Website blocker

The extension help lock harmful website and panic with 1000 times

Qu'est-ce que Website blocker ?

Website blocker est une extension Chrome développée par http://mydeveloper.info, et sa fonction principale est "The extension help lock harmful website and panic with 1000 times".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Website blocker

Téléchargez les fichiers d'extension Website blocker 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

                        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.                    

Informations de Base sur l'Extension

Nom Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
URL Officiel https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Description The extension help lock harmful website and panic with 1000 times
Taille du Fichier 9.04 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-12-05
Date de Publication 2017-12-05
Évaluation 3.25/5 Total 12 Évaluations
Développeur http://mydeveloper.info
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://mydeveloper.info
Langues Prises en Charge 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"
}