Clear This Page

Clear This Page

Bypass the clutter from any web article

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clear This Page",
  "description": "Bypass the clutter from any web article",
  "version": "1.2",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "name": "Click to extract content from the current browser tab"
  },
  "icons": {
    "128": "icon1.png"
  },
  "manifest_version": 2
}