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
官方URL 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"
    }
}