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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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\/*" ] } |