MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
MineBlock란 무엇입니까?
MineBlock은(는) evantotech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that blocks cryptocurrency miners all over the web."입니다.
확장 프로그램 스크린샷
MineBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts. The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads. Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web. Stop browser coin mining. Don't let cryptojacking corrupt your computer. Changelog 1.2.1: - added new blocking function - small script optimizations
확장 프로그램 기본 정보
이름 | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
공식 URL | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
설명 | Chrome extension that blocks cryptocurrency miners all over the web. |
파일 크기 | 1000 KB |
설치 횟수 | 396 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-02-22 |
출시 날짜 | 2018-02-22 |
개발자 | evantotech |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://copacoin.co/ |
도움말 페이지 URL | https://copacoin.co/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MineBlock", "description": "Chrome extension that blocks cryptocurrency miners all over the web.", "homepage_url": "https:\/\/copacoin.co\/", "version": "1.0.0", "icons": { "128": "src\/img\/icon.png" }, "manifest_version": 2, "browser_action": { "default_popup": "src\/overview.html" }, "background": { "scripts": [ "src\/js\/block.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", " |