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
Eメール [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"
    }
}