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
官方網址 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"
}