Blitzn
A chrome extension that stops children googling something that ruins the mystery of christmas for them.
Blitznとは何ですか?
BlitznはStudio Somethingによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that stops children googling something that ruins the mystery of christmas for them.」です。
拡張機能のスクリーンショット
Blitzn拡張機能のCRXファイルをダウンロード
Blitzn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |