Netflix Unsubtitler

Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…

Netflix Unsubtitlerとは何ですか?

Netflix UnsubtitlerはGuilherme Dによって開発されたChromeの拡張機能で、その主な機能は「Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…」です。

Netflix Unsubtitler拡張機能のCRXファイルをダウンロード

Netflix Unsubtitler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.                    

拡張機能の基本情報

名前 Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
公式URL https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
説明 Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
ファイルサイズ 11.82 KB
インストール数 58
現在のバージョン 0.0.2
最終更新日 2013-09-05
公開日 2013-09-05
評価 5.00/5 合計 8 レビュー
開発者 Guilherme D
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.akam.nflximg.com\/soa2\/*"
    ],
    "background": {
        "scripts": [
            "unsubtitler.js"
        ]
    }
}