Unsubtitle for Netflix

Remove forced Netflix subtitles.

Unsubtitle for Netflixとは何ですか?

Unsubtitle for NetflixはJonathan Duarteによって開発されたChromeの拡張機能で、その主な機能は「Remove forced Netflix subtitles.」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        The problem: Some shows on Netflix can’t have their subtitles turned off for some reason, but we think you should have the option to do that, so we created Unsubtitle.

The solution: Unsubtitle is a small extension that removes subtitles from any show on Netflix instantaneously. This is specially good for people studying foreign languages or those annoyed by the clutter it creates on the screen.

Safe: The extension doesn’t have access to anything in your Netflix account — it just changes the current screen that’s being rendered in your browser at the time you click the button. To turn subtitles back on, just click the icon again.                    

拡張機能の基本情報

名前 Unsubtitle for Netflix Unsubtitle for Netflix
ID fhallfieahekmidfbaeobbdiajlmapfg
公式URL https://chrome.google.com/webstore/detail/unsubtitle-for-netflix/fhallfieahekmidfbaeobbdiajlmapfg
説明 Remove forced Netflix subtitles.
ファイルサイズ 41.6 KB
インストール数 2,000
現在のバージョン 2.0
最終更新日 2015-05-12
公開日 2015-05-12
評価 4.88/5 合計 77 レビュー
開発者 Jonathan Duarte
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsubtitle for Netflix",
    "description": "Remove forced Netflix subtitles.",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Remove subtitles",
        "default_icon": "19.png"
    },
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}