Clear Page

Clear Page

Clear all the irrelevant distraction from your web page for an enjoyable reading experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clear Page",
  "version": "1.3",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "description": "Clear all the irrelevant distraction from your web page for an enjoyable reading experience.",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "ga.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon_48.png"
  },
  "author": "Viplove Prakash",
  "homepage_url": "https://nids0810.github.io/clear-page/",
  "permissions": [
    "activeTab"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+H",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+C",
        "linux": "Ctrl+Shift+C"
      }
    }
  }
}