KidSearch.Games Ad Blocker

KidSearch.Games Ad Blocker

KidSearch.Games Ad Blocker - remove ads on site https://www.kidsearch.games

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "1.0.4",
  "homepage_url": "https://www.kidsearch.games",
  "content_scripts": [
    {
      "matches": [
        "https://www.kidsearch.games/get-game-code/*",
        "http://www.kidsearch.games/get-game-code/*",
        "https://www.kidsearch.games/games/*",
        "http://www.kidsearch.games/games/*"
      ],
      "css": [],
      "js": [
        "js/injection.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16x16.png",
      "32": "icons/32x32.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    }
  },
  "web_accessible_resources": [
    "icons/*",
    "js/*"
  ],
  "content_security_policy": "script-src 'self' 'sha256-waLR9NzDhqm3WTfdarlflg7dc7qlyRAbrXmfqKg1Po0='; object-src 'none'"
}