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 |
| 公式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"
]
}
]
} | |