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": "Clean the page",
  "version": "1.0.10",
  "author": "Shaohua Guan",
  "description": "Remove the ads from page",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "page": "background.html"
  }
}