Miner Away

Stop coin miners on the web!

Miner Away란 무엇입니까?

Miner Away은(는) arthurgeron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop coin miners on the web!"입니다.

확장 프로그램 스크린샷

screenshot

Miner Away 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}