Crypto Miner Blocker

This open-source extension automatically blocks Crypto Mining Scripts.

ما هو Crypto Miner Blocker؟

Crypto Miner Blocker هو إضافة Chrome تم تطويرها بواسطة Sander، والميزة الرئيسية لها هي "This open-source extension automatically blocks Crypto Mining Scripts.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crypto Miner Blocker

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

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

                        This Google Chrome extension automatically blocks known crypto web mining scripts.

Recently ThePirateBay.org and Showtime.com were caught experimenting with CoinHive, a crypto miner for websites. While this looks like a promising solution to the dying ads market, the implementation of webmasters is simply full out wrong as CoinHive itself has concluded.

A webmaster following the instructions of CoinHive's documentation will by default end up consuming up to 70% of every visitor's CPU until they close the website. While this might not be a problem for desktops engergy-wise, it will drain the battery of laptops and smartphones. And we haven't even talked about the CPU usage slowing the machine down, fan noise, heat and a shorter hardware life.

Until a proper fix is released by CoinHive - for example requiring every visitor's consent before starting mining - I recommend manually adding a few block rules to your favorite ad blocker or installing this extension.                    

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

الاسم Crypto Miner Blocker Crypto Miner Blocker
ID fekkecoifalagdiibmfnmjfmgmpblogb
عنوان URL الرسمي https://chromewebstore.google.com/detail/crypto-miner-blocker/fekkecoifalagdiibmfnmjfmgmpblogb
الوصف This open-source extension automatically blocks Crypto Mining Scripts.
حجم الملف 80.35 KB
عدد التثبيتات 3,942
النسخة الحالية 1.2.0
آخر تحديث 2017-12-07
تاريخ النشر 2017-12-07
تقييم 3.87/5 مجموع تقييمات 15
المطور Sander
نوع الدفع free
موقع الإضافة https://git.io/crypto-miner-blocker
عنوان صفحة المساعدة https://git.io/crypto-miner-blocker
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Miner Blocker",
    "description": "This open-source extension automatically blocks Crypto Mining Scripts.",
    "homepage_url": "https:\/\/git.io\/crypto-miner-blocker",
    "version": "1.2.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/blocker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}