Stream Clean

Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.

Stream Clean là gì?

Stream Clean là một tiện ích mở rộng Chrome được phát triển bởi AdamS, và tính năng chính của nó là "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.".

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

screenshot

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

Tải xuống các tệp mở rộng Stream Clean 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

                        Stream Clean filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.

This extension was developed to mute and hide profanity and other offensive language while watching common video services.                    

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

Tên Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
URL Chính Thức https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
Mô tả Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 4,286
Phiên Bản Hiện Tại 2.4.28
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-06-30
Đánh Giá 4.23/5 Tổng số 57 Đánh Giá
Nhà Phát Triển AdamS
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Clean",
    "short_name": "Stream Clean",
    "description": "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.",
    "version": "2.4.28",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/streamClean.js",
            "scripts\/filter.js",
            "scripts\/eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/_app.js",
                "scripts\/tabLoaded.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/icon-128-bw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "images\/icon-128.png"
    }
}