Miner Away

Stop coin miners on the web!

ما هو Miner Away؟

Miner Away هو إضافة Chrome تم تطويرها بواسطة arthurgeron، والميزة الرئيسية لها هي "Stop coin miners on the web!".

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

screenshot

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

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

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

                        # Miner Away
Miner Away denies any website's attempt to use your browser as a cryptocurrency miner.

[Opera Web Store] (https://addons.opera.com/en/extensions/details/miner-away/?display=en)

### Features
- Blocks any JavaScript or web based miners
- Allows you to Whitelist a domain
- Display the current status (i.e. No miners, Warning/Blocked and Mining)
- Instantly notifies you when a website tries to start mining. (Desktop notification)

### How?
It blocks any request made by websites that match the domains in *blacklist.txt*.

## Contribute
Report problems, suggest features or improvements.                    

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

الاسم Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
الوصف Stop coin miners on the web!
حجم الملف 53.6 KB
عدد التثبيتات 156
النسخة الحالية 1.1
آخر تحديث 2017-09-27
تاريخ النشر 2017-09-26
تقييم 5.00/5 مجموع تقييمات 1
المطور arthurgeron
نوع الدفع free
موقع الإضافة https://github.com/arthurgeron/mineraway
عنوان صفحة المساعدة https://github.com/arthurgeron/mineraway
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miner Away",
    "description": "Stop coin miners on the web!",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/logo.png",
        "64": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Miner Away - Stop coin miners on the web.",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "author": "Arthur Geron"
}