No Bitcoin miners

block Bitcoin Mining in your browser!

What is No Bitcoin miners?

No Bitcoin miners is a Chrome extension developed by Alamdar, and its main feature is "block Bitcoin Mining in your browser!".

Extension Screenshots

screenshot

Download No Bitcoin miners Extension CRX File

Download No Bitcoin miners extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Websites can use your PC to mine crypto-currencies without being noticed. Don't let them slow down your computer and reclaim your CPU from those nasty websites.

This easy to use plugin will stop crypto-currency mining scripts which might be hidden on the website you visit.                    

Extension Basic Information

Name No Bitcoin miners No Bitcoin miners
ID boeoabmkdhmjbbdhhocnopfkikcpdffd
Official URL https://chromewebstore.google.com/detail/no-bitcoin-miners/boeoabmkdhmjbbdhhocnopfkikcpdffd
Description block Bitcoin Mining in your browser!
File Size 30.06 KB
Installation Count 1,699
Current Version 1.0.0
Last Updated 2017-09-29
Publish Date 2017-09-29
Rating 4.89/5 Total 9 Ratings
Developer Alamdar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Bitcoin miners",
    "description": "block Bitcoin Mining in your browser!",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/logo_enabled.png"
    },
    "browser_action": {
        "default_title": "No Bitcoin",
        "default_icon": {
            "128": "img\/logo_enabled.png"
        },
        "default_popup": "view\/popup.html"
    },
    "manifest_version": 2,
    "author": "Alamdar Hossain"
}