BlockCoin

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

Qu'est-ce que BlockCoin ?

BlockCoin est une extension Chrome développée par Felisha & Sharleen, et sa fonction principale est "BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BlockCoin

Téléchargez les fichiers d'extension BlockCoin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom BlockCoin BlockCoin
ID cgpbhecmkcnlniappgfmpbjlhkjimlng
URL Officiel https://chromewebstore.google.com/detail/blockcoin/cgpbhecmkcnlniappgfmpbjlhkjimlng
Description BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.
Taille du Fichier 29.52 KB
Nombre d'Installations 65
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-06-22
Date de Publication 2023-06-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur Felisha & Sharleen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/felishaww/blockCoin
Langues Prises en Charge 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"
}