Bhrome

Bhrome

Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bhrome",
  "short_name": "Bhrome",
  "description": "Making sure everythings 🅱️️ool while you 🅱️️rowse with 🅱️️hrome",
  "version": "0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}