Ad Find & Share

Ad Find & Share

★★★★Ads Sharing is a Win-Win ★★★★★

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ad Find & Share",
  "version": "1.2.9",
  "description": "★★★★Ads Sharing is a Win-Win ★★★★★",
  "author": "ixspy.com",
  "icons": {
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://fbcollect.com/*",
    "https://ixspy.com/*",
    "https://ixspy.com/*",
    "https://fb.ixspy.com/*",
    "https://adfinder.ixspy.com/*",
    "notifications",
    "cookies",
    "http://fb.api.com/user-ad-list"
  ],
  "background": {
    "scripts": [
      "common/jquery-1.8.3.js",
      "common/md5.js",
      "common/globParams.js",
      "background_new.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "common/jquery-1.8.3.js",
        "common/jquery.cookie.js",
        "common/globParams.js",
        "fb/recevMessage_new.js",
        "common/file.js",
        "contentScript.js",
        "fb/main_part.js",
        "fb/new_main_part.js",
        "fb/collect_fb_search_ad.js",
        "fb/collect_fb_watch_ad.js",
        "fb/common_func.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "fb/tab_html/fb.html",
  "web_accessible_resources": [
    "fb/inject.js",
    "img/*.png"
  ],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}