Blitzn

A chrome extension that stops children googling something that ruins the mystery of christmas for them.

Blitzn क्या है?

Blitzn Studio Something द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that stops children googling something that ruins the mystery of christmas for them."।

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

screenshot
screenshot
screenshot

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

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

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

                        Scared of your little ones finding out Santa’s big secret? Install BLITZN to make your browser free from all those Santa spoilers. With our content screening technology able to detect all unsuitable content when your child is browsing online, you don’t need to worry about stumbling on the big Christmas secret.                    

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

नाम Blitzn Blitzn
ID imphdkmejcbcdaipddhhicjenmlccono
आधिकारिक URL https://chromewebstore.google.com/detail/blitzn/imphdkmejcbcdaipddhhicjenmlccono
विवरण A chrome extension that stops children googling something that ruins the mystery of christmas for them.
फ़ाइल का आकार 2.16 MB
स्थापना संख्या 16
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2016-12-14
प्रकाशन तिथि 2016-12-14
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Studio Something
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://blitzn.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blitzn",
    "version": "1.1.0",
    "description": "A chrome extension that stops children googling something that ruins the mystery of christmas for them.",
    "icons": [],
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/helpers.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vendor\/jquery-3.1.1.min.js",
                "scripts\/constants.js",
                "scripts\/helpers.js",
                "scripts\/blocker.js",
                "scripts\/questions.js"
            ],
            "css": [
                "styles\/blocker.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/blocker_off_16.png",
            "48": "assets\/blocker_off_48.png",
            "128": "assets\/blocker_off_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Blitzn"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self';",
    "web_accessible_resources": [
        "blocker.html",
        "assets\/*"
    ]
}