BlockCoin

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

Cos'è BlockCoin?

BlockCoin è un'estensione di Chrome sviluppata da Felisha & Sharleen, e la sua funzione principale è "BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BlockCoin

Scarica i file di estensione BlockCoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BlockCoin BlockCoin
ID cgpbhecmkcnlniappgfmpbjlhkjimlng
URL Ufficiale https://chromewebstore.google.com/detail/blockcoin/cgpbhecmkcnlniappgfmpbjlhkjimlng
Descrizione BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.
Dimensione del File 29.52 KB
Conteggio Installazioni 65
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-06-22
Data di Pubblicazione 2023-06-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Felisha & Sharleen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/felishaww/blockCoin
Lingue Supportate 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"
}