BrowseRules

BrowseRules

Customize the websites you frequent. Use the control panel to create rules - Browser Rules - with Javascript or Jquery and css.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/bg.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/devtool.css"
      ],
      "js": [
        "scripts/jquery-1.7.1.min.js",
        "scripts/contentscript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Customize the websites you frequent. Use the control panel  to create rules - Browser Rules - with Javascript or Jquery and css.",
  "devtools_page": "devtools.html",
  "icons": {
    "16": "img/logo_16.png",
    "48": "img/logo_48.png",
    "128": "img/logo_128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6xu1zKMD2hCQjEZ5KJm+GEBAjqp9vQJDeLqXQGGV9vD98LzLK9wXjWFXvuBUffAbwNRDk+eyjXFrIzXfzt58ADrT6xIVD8VoLAai/xlwQTtgTsUW9Wpp8VKbTfmqD1nSJGUhQZkm+9p/NbjEELwzr4vRe2S0cE2CrcC/SOkuSOwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "18.0",
  "name": "BrowseRules",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.0.1.194"
}