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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        # 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"
}