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ファイルをダウンロード

BlockCoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}