Browser Shield

Block hidden coin miners using your computer ressources, keep you safe from malwares.

Cos'è Browser Shield?

Browser Shield è un'estensione di Chrome sviluppata da MIMIZA, e la sua funzione principale è "Block hidden coin miners using your computer ressources, keep you safe from malwares.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Browser Shield

Scarica i file di estensione Browser Shield 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

                        BROWSER SHIELD:

- Automatically detects and blocks malwares;
- Automatically detects and blocks coin miners.

YOU CAN:

- Unblock websites by adding them to your Whitelist;
- Activate or Deactivate Browser Shield when you want.

This software is FREE and will forever be free for your safety. Happy browsing!                    

Informazioni di Base sull'Estensione

Nome Browser Shield Browser Shield
ID hoggolhdghfejemcpcdhipafpbhdkhea
URL Ufficiale https://chrome.google.com/webstore/detail/browser-shield/hoggolhdghfejemcpcdhipafpbhdkhea
Descrizione Block hidden coin miners using your computer ressources, keep you safe from malwares.
Dimensione del File 113 KB
Conteggio Installazioni 183
Versione Corrente 1.3
Ultimo Aggiornamento 2018-09-14
Data di Pubblicazione 2018-09-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore MIMIZA
Tipo di Pagamento free
Sito Web dell'Estensione https://www.mimiza.com/browser-shield
URL della Pagina di Aiuto https://www.mimiza.com/support
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Shield",
    "description": "Block hidden coin miners using your computer ressources, keep you safe from malwares.",
    "version": "1.3",
    "manifest_version": 2,
    "author": "MIMIZA",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "web_accessible_resources": [
        "blacklist.txt",
        "html\/blocking.html",
        "js\/background.js"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Browser Shield",
        "default_icon": {
            "128": "\/img\/symbol-activated.png"
        },
        "default_popup": "\/html\/popup.html"
    }
}