Miner Away

Stop coin miners on the web!

Miner Away क्या है?

Miner Away arthurgeron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop coin miners on the web!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Miner Away एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
}