Netflix Subtitle Options

Netflix Subtitle Options - Improve the visibility of Netflix subtitles

什么是Netflix Subtitle Options?

Netflix Subtitle Options是由Alex Rodin开发的Chrome扩展程序,该扩展的主要功能是“Netflix Subtitle Options - Improve the visibility of Netflix subtitles”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Netflix Subtitle Options扩展crx文件

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

扩展使用说明

                        It allows you to configure readable color, background color and font size.                    

扩展基本信息

名称 Netflix Subtitle Options Netflix Subtitle Options
ID njkchmhhbhjahniclpoegjnfmkdlbfic
官方URL https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic
简介 Netflix Subtitle Options - Improve the visibility of Netflix subtitles
文件大小 9.9 KB
安装次数 3,000
当前版本 0.0.2
更新时间 2017-11-14
上架时间 2017-11-14
评分 3.92/5 共13次评分
开发者 Alex Rodin
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.htm",
        "default_title": "Netflix Subtitle Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitle Options",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "0.0.2"
}