SonicBuzz

Pioneering Parental Controls Technology for Movies

SonicBuzz là gì?

SonicBuzz là một tiện ích mở rộng Chrome được phát triển bởi Jammr Labs, và tính năng chính của nó là "Pioneering Parental Controls Technology for Movies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SonicBuzz

Tải xuống các tệp mở rộng SonicBuzz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SonicBuzz SonicBuzz
ID fghocmnhbhlapmgimkheepaconoejhnb
URL Chính Thức https://chrome.google.com/webstore/detail/sonicbuzz/fghocmnhbhlapmgimkheepaconoejhnb
Mô tả Pioneering Parental Controls Technology for Movies
Kích Thước Tệp 906 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.45
Cập Nhật Lần Cuối 2014-02-27
Ngày Phát Hành 2014-02-27
Nhà Phát Triển Jammr Labs
Loại Thanh Toán free
Trang Web Mở Rộng http://www.jammrlabs.com
URL Trang Trợ Giúp http://www.jammrlabs.com/faq.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}