Stream Clean

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

什麼是Stream Clean?

Stream Clean是由AdamS開發的Chrome擴展程式,該擴展的主要功能是“Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.”。

擴展截圖

screenshot

下載Stream Clean擴展crx文件

下載Stream Clean擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
官方網址 https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
簡介 Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
檔案大小 196 KB
安裝次數 4,286
目前版本 2.4.28
更新時間 2024-03-04
上架時間 2020-06-30
評分 4.23/5 共 57 次評分
開發者 AdamS
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}