Examine source code of Ad 'n Popup-Blocker

Inspect and view changes in Ad 'n Popup-Blocker 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
{
  "description": "__MSG_extension_description__",
  "version": "2.0.0.1",
  "background": {
    "persistent": true,
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "html/popup.html"
  },
  "default_locale": "en",
  "icons": {
    "32": "images/icons/32x32.png",
    "64": "images/icons/64x64.png",
    "128": "images/icons/128x128.png"
  },
  "manifest_version": 2,
  "name": "Ad 'n Popup-Blocker",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "*.json"
  ]
}