SonicBuzz
Pioneering Parental Controls Technology for Movies
SonicBuzz란 무엇입니까?
SonicBuzz은(는) Jammr Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pioneering Parental Controls Technology for Movies"입니다.
확장 프로그램 스크린샷
SonicBuzz 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Did you know that kids and teens can hear sound frequencies that adults can't? For instance, a 17,000 Hz sound frequency would be barely noticeable or completely imperceptible to most adults but easily heard by children. SonicBuzz is a patents-pending Extension that utilizes this age-driven difference in hearing ability to deter kids from viewing off-limits movie content. Here's how it works: Parents select movies that they wish to allow (e.g. all G-rated movies). SonicBuzz plays a high-frequency sound alongside movie content that is restricted. The effect is stunning! Kids and teens hear disruptive buzzing throughout a restricted movie while adults can watch the very same movie without ever hearing a single buzz. SonicBuzz currently supports Netflix. We are in beta mode and would greatly appreciate feedback: info At jammrlabs.com. - The SonicBuzz Team
확장 프로그램 기본 정보
이름 | |
ID | fghocmnhbhlapmgimkheepaconoejhnb |
공식 URL | https://chrome.google.com/webstore/detail/sonicbuzz/fghocmnhbhlapmgimkheepaconoejhnb |
설명 | Pioneering Parental Controls Technology for Movies |
파일 크기 | 906 KB |
설치 횟수 | 11 |
현재 버전 | 1.45 |
최근 업데이트 | 2014-02-27 |
출시 날짜 | 2014-02-27 |
개발자 | Jammr Labs |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.jammrlabs.com |
도움말 페이지 URL | http://www.jammrlabs.com/faq.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SonicBuzz", "version": "1.45", "manifest_version": 2, "description": "Pioneering Parental Controls Technology for Movies", "background": { "page": "background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "images\/bee.png", "default_title": "SonicBuzz", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "48": "images\/bee.png", "128": "images\/bee.png" }, "permissions": [ "tabs", "browsingData", "storage", "management", "http:\/\/www.rottentomatoes.com\/*", "http:\/\/rottentomatoes.com\/*", "http:\/\/ajax.googleapis.com\/*", "http:\/\/www.google.com\/*", "http:\/\/api.rottentomatoes.com\/*", "https:\/\/api.rottentomatoes.com\/*", "*:\/\/*.rottentomatoes.com\/*", "*:\/\/movies.netflix.com\/*" ] } |