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」です。
拡張機能のスクリーンショット
Netflix Subtitle Options拡張機能のCRXファイルをダウンロード
Netflix Subtitle Options拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It allows you to configure readable color, background color and font size. 拡張機能の基本情報
| 名前 | |
| 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"
} | |