BlockCoin

BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.

BlockCoin란 무엇입니까?

BlockCoin은(는) Felisha & Sharleen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BlockCoin is a browser extension designed to effectively prevent cryptocurrency miners from operating within web browsers. Its objective is to block these miners across all websites.

The extension uses two methods to stop miners from working. First, it blocks requests that are loaded from a predefined blacklist, which is a common technique used by ad-blockers and mining blockers. The second method involves detecting possible mining activities within loaded scripts and quickly stopping them.

The source code is available on Github :
https://github.com/felishaww/blockCoin

Developers:
Felisha Miranda ([email protected])
Sharleen Emmanuela ([email protected])

Blacklist Credit: NoCoin                    

확장 프로그램 기본 정보

이름 BlockCoin BlockCoin
ID cgpbhecmkcnlniappgfmpbjlhkjimlng
공식 URL https://chromewebstore.google.com/detail/blockcoin/cgpbhecmkcnlniappgfmpbjlhkjimlng
설명 BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.
파일 크기 29.52 KB
설치 횟수 65
현재 버전 1.0.1
최근 업데이트 2023-06-22
출시 날짜 2023-06-21
평점 5.00/5 총 3 개의 평점
개발자 Felisha & Sharleen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/felishaww/blockCoin
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockCoin",
    "version": "1.0.1",
    "description": "BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.",
    "manifest_version": 3,
    "author": "Felisha M. and Sharleen E.",
    "action": {
        "default_popup": "index.html",
        "default_title": "BlockCoin"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "system.cpu",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "19": "icons\/19.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html"
}