VK+OK Ads Block

VK+OK Ads Block

Looking for Ads Block for Vkontakte & Odnoklassniki? “VK+OK Ads Block“- blocking ads in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "ga.js",
      "superagent.js",
      "background.js",
      "newtabpromo_bg.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "ok_styles.css"
      ],
      "js": [
        "ok_script.js"
      ],
      "matches": [
        "*://*.ok.ru/*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "vk_styles.css"
      ],
      "js": [
        "vk_script.js"
      ],
      "matches": [
        "*://*.vk.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*",
    "cookies"
  ],
  "version": "1.66"
}