Examine source code of R1 AdBlocker

Inspect and view changes in R1 AdBlocker 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "R1 AdBlocker",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.",
  "icons": {
    "16": "R1Adblocker_19.png",
    "48": "R1Adblocker_48.png",
    "128": "R1Adblocker_19.png"
  },
  "browser_action": {
    "default_title": "R1 AdBlocker",
    "default_icon": "R1Adblocker_19.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "app.js"
      ]
    }
  ]
}