Examine source code of 栏弹窗广告

Inspect and view changes in 栏弹窗广告 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "栏弹窗广告",
  "description": "清除网页上的所有广告:浮动广告,购物广告,恶意弹窗,跟踪代码,视频广告,让你浏览网页更快更清爽,广告终结者,你唯一需要的广告插件",
  "version": "3.1.5",
  "extension_id": 855888,
  "permissions": [
    "tabs",
    "http://localhost:9240/",
    "activeTab",
    "notifications",
    "storage",
    "http://*/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "main.css"
      ],
      "all_frames": true,
      "js": [
        "jq.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8606f742-4fdf-4d1c-9897-5ac9a412a048}"
    }
  }
}