Netflix Subtitles Customizer

Ever got annoyed with netflix lack of subtitle options? This extension is for you.

什么是Netflix Subtitles Customizer?

Netflix Subtitles Customizer是由kwiniarski97开发的Chrome扩展程序,该扩展的主要功能是“Ever got annoyed with netflix lack of subtitle options? This extension is for you.”。

扩展截图

screenshot

下载Netflix Subtitles Customizer扩展crx文件

下载Netflix Subtitles Customizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                    

扩展基本信息

名称 Netflix Subtitles Customizer Netflix Subtitles Customizer
ID dfdonoicdcghnjdleacdfjkgpbdmmjnn
官方URL https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn
简介 Ever got annoyed with netflix lack of subtitle options? This extension is for you.
文件大小 29.16 KB
安装次数 146
当前版本 1.0
更新时间 2018-10-09
上架时间 2018-10-09
评分 1.00/5 共1次评分
开发者 kwiniarski97
付费类型 free
帮助页面URL https://github.com/kwiniarski97/netflix-sub-customizer
支持的语言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Subtitles Customizer",
    "short_name": "NSC",
    "version": "1.0",
    "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/netflix.js"
            ]
        }
    ]
}