Website blocker

The extension help lock harmful website and panic with 1000 times

Cos'è Website blocker?

Website blocker è un'estensione di Chrome sviluppata da http://mydeveloper.info, e la sua funzione principale è "The extension help lock harmful website and panic with 1000 times".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Website blocker

Scarica i file di estensione Website blocker 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

                        This extension help block website with many benefits:

- Easy to use.
- Block children access harmful website.
- Prevent yourself access website you don't want in the future.
- Warning 1000 times.                    

Informazioni di Base sull'Estensione

Nome Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
URL Ufficiale https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Descrizione The extension help lock harmful website and panic with 1000 times
Dimensione del File 9.04 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-12-05
Data di Pubblicazione 2017-12-05
Valutazione 3.25/5 Totale 12 Valutazioni
Sviluppatore http://mydeveloper.info
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mydeveloper.info
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website blocker",
    "version": "1.0.3",
    "description": "The extension help lock harmful website and panic with 1000 times",
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/images\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/extension.js"
        ]
    },
    "author": "tuanphpvn",
    "minimum_chrome_version": "23.0",
    "homepage_url": "https:\/\/mydeveloper.info"
}