Blitzn

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

Qu'est-ce que Blitzn ?

Blitzn est une extension Chrome développée par Studio Something, et sa fonction principale est "A chrome extension that stops children googling something that ruins the mystery of christmas for them.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blitzn

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

                        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.                    

Informations de Base sur l'Extension

Nom Blitzn Blitzn
ID imphdkmejcbcdaipddhhicjenmlccono
URL Officiel https://chromewebstore.google.com/detail/blitzn/imphdkmejcbcdaipddhhicjenmlccono
Description A chrome extension that stops children googling something that ruins the mystery of christmas for them.
Taille du Fichier 2.16 MB
Nombre d'Installations 16
Version Actuelle 1.1.0
Dernière Mise à Jour 2016-12-14
Date de Publication 2016-12-14
Évaluation 3.67/5 Total 3 Évaluations
Développeur Studio Something
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blitzn.io
Langues Prises en Charge 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\/*"
    ]
}