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.”。
擴展截圖
下載Netflix Subtitles Customizer擴展crx文件
下載Netflix Subtitles Customizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                     擴展基本資訊
| 名稱 |  | 
| ID | dfdonoicdcghnjdleacdfjkgpbdmmjnn | 
| 官方網址 | 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"
            ]
        }
    ]
} | |