Blitzn
A chrome extension that stops children googling something that ruins the mystery of christmas for them.
Co to jest Blitzn?
Blitzn to rozszerzenie Chrome opracowane przez Studio Something, a jego główną funkcją jest „A chrome extension that stops children googling something that ruins the mystery of christmas for them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Blitzn
Pobierz pliki rozszerzeń Blitzn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | imphdkmejcbcdaipddhhicjenmlccono |
Oficjalny URL | https://chromewebstore.google.com/detail/blitzn/imphdkmejcbcdaipddhhicjenmlccono |
Opis | A chrome extension that stops children googling something that ruins the mystery of christmas for them. |
Rozmiar pliku | 2.16 MB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2016-12-14 |
Data Publikacji | 2016-12-14 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Studio Something |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://blitzn.io |
Obsługiwane Języki | 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\/*" ] } |