KUNGFU ADS - Interest Extract Tools

KUNGFU ADS - Interest Extract Tools

Công cụ hỗ trợ bạn chạy FB ADS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KUNGFU ADS - Interest Extract Tools",
  "description": "Công cụ hỗ trợ bạn chạy FB ADS",
  "version": "7.1",
  "icons": {
    "16": "ico.png",
    "32": "ico.png",
    "64": "ico.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Kungfu Facebook Ads",
    "default_icon": "ico.png"
  },
  "incognito": "split",
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage"
  ]
}