Website blocker

The extension help lock harmful website and panic with 1000 times

Wat is Website blocker?

Website blocker is een Chrome-extensie ontwikkeld door http://mydeveloper.info, en de belangrijkste functie is "The extension help lock harmful website and panic with 1000 times".

Extensie Screenshots

Download het CRX-bestand van de extensie Website blocker

Download Website blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
Officiële URL https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Beschrijving The extension help lock harmful website and panic with 1000 times
Bestandsgrootte 9.04 KB
Aantal Installaties 1,000
Huidige Versie 1.0.3
Laatst Bijgewerkt 2017-12-05
Publicatiedatum 2017-12-05
Beoordeling 3.25/5 Totaal 12 Beoordelingen
Ontwikkelaar http://mydeveloper.info
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://mydeveloper.info
Ondersteunde Talen 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"
}