Blitzn
A chrome extension that stops children googling something that ruins the mystery of christmas for them.
What is Blitzn?
Blitzn is a Chrome extension developed by Studio Something, and its main feature is "A chrome extension that stops children googling something that ruins the mystery of christmas for them.".
Extension Screenshots
Download Blitzn Extension CRX File
Download Blitzn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | imphdkmejcbcdaipddhhicjenmlccono |
Official URL | https://chromewebstore.google.com/detail/blitzn/imphdkmejcbcdaipddhhicjenmlccono |
Description | A chrome extension that stops children googling something that ruins the mystery of christmas for them. |
File Size | 2.16 MB |
Installation Count | 16 |
Current Version | 1.1.0 |
Last Updated | 2016-12-14 |
Publish Date | 2016-12-14 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Studio Something |
[email protected] | |
Payment Type | free |
Extension Website | http://blitzn.io |
Supported Languages | 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\/*" ] } |