Website blocker

The extension help lock harmful website and panic with 1000 times

Vad är Website blocker?

Website blocker är en Chrome-tillägg utvecklad av http://mydeveloper.info, och dess huvudfunktion är "The extension help lock harmful website and panic with 1000 times".

Tilläggsskärmbilder

Ladda ner Website blocker-förlängningens CRX-fil

Ladda ner Website blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
Officiell webbadress https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Beskrivning The extension help lock harmful website and panic with 1000 times
Filstorlek 9.04 KB
Antal Installationer 1,000
Aktuell Version 1.0.3
Senast Uppdaterad 2017-12-05
Publiceringsdatum 2017-12-05
Betyg 3.25/5 Totalt 12 Betyg
Utvecklare http://mydeveloper.info
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://mydeveloper.info
Stödda Språk 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"
}