CoinBlock

CoinBlock

With the rising popularity of coinminers in js form, this extension attempts to block those hosted on coin-hive, and cryptoloot. A multiple entry block list is planned.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CoinBlock",
  "version": "2.1.4resigned1",
  "description": "Attempts to block cryptominer hosted on CoinHive",
  "icons": {
    "48": "icons/coinblock-48.png",
    "96": "icons/coinblock-96.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "Settings/CoinBlockSettings.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2a5ad6d9-fec6-4807-ad08-6fc68d7036c9}"
    }
  }
}