Website blocker

The extension help lock harmful website and panic with 1000 times

Website blocker क्या है?

Website blocker http://mydeveloper.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension help lock harmful website and panic with 1000 times"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Website blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
आधिकारिक URL https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
विवरण The extension help lock harmful website and panic with 1000 times
फ़ाइल का आकार 9.04 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-12-05
प्रकाशन तिथि 2017-12-05
रेटिंग 3.25/5 कुल 12 रेटिंग्स
डेवलपर http://mydeveloper.info
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mydeveloper.info
समर्थित भाषाएँ 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"
}