PageBoss

PageBoss

Enable the Low-Volume-Mode to hide images and turn down colors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "phrei",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/B_16.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "lib/jquery-2.1.0.min.js",
        "pageboss.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Enable the Low-Volume-Mode to hide images and turn down colors.",
  "icons": {
    "16": "icons/B_16.png",
    "24": "icons/B_24.png",
    "32": "icons/B_32.png",
    "48": "icons/B_48.png",
    "64": "icons/B_64.png",
    "72": "icons/B_72.png",
    "128": "icons/B_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgPUGA3FbH4ZLu1EG7G1qDKpEBsHg6Ib5oK6d4NoPQE/dcOMep41m3QXG7AYwEInVgzLoIYL9oYBGItoFbZXGKCWYrhbSauBxcTCE1upJUNO/VojSFuG2756EQzVdLZ7i6tRu0nQkoXG6HS+3Cm728tKep5Rm4hkLdN7ogi2CcfUn1nH9mGiX8CnuJRdkiWSc7SAwbJ1CLLfYWYz6rf4HmLdeN71S2ZwfE40ahq7/G7bwEdihPpExB/mytYvlEiEkqqdIOodsH7sQNT6OqhdU0qBKo4swdRSDwZpDvSGr8v44lAfk4dw49bEbcSNmNqnHibVuQh+BYACsgVizX/+PwIDAQAB",
  "manifest_version": 2,
  "name": "PageBoss",
  "permissions": [
    "*://*/*",
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4",
  "web_accessible_resources": [
    "pageboss.css"
  ]
}