Affiliate Earpick

Affiliate Earpick

propellerads Transformation analysis tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.2.10",
  "name": "Affiliate Earpick",
  "description": "propellerads Transformation analysis tool.",
  "browser_action": {
    "default_icon": "image/128.png"
  },
  "icons": {
    "128": "image/128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://partners.propellerads.com/*",
    "*://site.mackeeperaffiliates.com/*",
    "*://app.impact.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://partners.propellerads.com/*"
      ],
      "js": [
        "js/jquery.min.3.5.js",
        "js/common.js",
        "js/propellerads.js"
      ],
      "css": [
        "css/propellerads.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://site.mackeeperaffiliates.com/*"
      ],
      "js": [
        "js/jquery.min.3.5.js",
        "js/common.js",
        "js/mackeeper.js"
      ],
      "css": [
        "css/mackeeper.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://app.impact.com/*"
      ],
      "js": [
        "js/jquery.min.3.5.js",
        "js/common.js",
        "js/impact.js"
      ],
      "css": [
        "css/impact.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://accounts.clickbank.com/*"
      ],
      "js": [
        "js/jquery.min.3.5.js",
        "js/common.js"
      ],
      "css": [
        "css/clickbank.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/jquery.min.3.5.js",
      "js/common.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://apis.google.com https://partners.propellerads.com 'unsafe-eval'; object-src 'self'"
}