MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

ما هو MineBlock؟

MineBlock هو إضافة Chrome تم تطويرها بواسطة evantotech، والميزة الرئيسية لها هي "Chrome extension that blocks cryptocurrency miners all over the web.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MineBlock

قم بتنزيل ملفات الامتداد MineBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts.

The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads.

Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web.

Stop browser coin mining. Don't let cryptojacking corrupt your computer. 

Changelog 1.2.1:

- added new blocking function
- small script optimizations                    

معلومات أساسية عن التمديد

الاسم MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
الوصف Chrome extension that blocks cryptocurrency miners all over the web.
حجم الملف 1000 KB
عدد التثبيتات 396
النسخة الحالية 1.0.0
آخر تحديث 2018-02-22
تاريخ النشر 2018-02-22
المطور evantotech
نوع الدفع free
موقع الإضافة https://copacoin.co/
عنوان صفحة المساعدة https://copacoin.co/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MineBlock",
    "description": "Chrome extension that blocks cryptocurrency miners all over the web.",
    "homepage_url": "https:\/\/copacoin.co\/",
    "version": "1.0.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/block.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}