Netflix Toggle English Subtitles
Press V key to toggle English subtitles on Netflix
Netflix Toggle English Subtitlesとは何ですか?
Netflix Toggle English SubtitlesはAntonによって開発されたChromeの拡張機能で、その主な機能は「Press V key to toggle English subtitles on Netflix」です。
拡張機能のスクリーンショット
Netflix Toggle English Subtitles拡張機能のCRXファイルをダウンロード
Netflix Toggle English Subtitles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Press V key to toggle English subtitles on Netflix
Press V on your keyboard to toggle English subtitles while watching video.
I was struggling to turn on and off subtitles, so decided to build this small extension to provide extra shortcut.
Please give it a feedback. What shortcut do you want to add to Netflix? 拡張機能の基本情報
| 名前 | |
| ID | dgfigfcmgjgaioloiogajolohifeimhi |
| 公式URL | https://chromewebstore.google.com/detail/netflix-toggle-english-su/dgfigfcmgjgaioloiogajolohifeimhi |
| 説明 | Press V key to toggle English subtitles on Netflix |
| ファイルサイズ | 8.29 KB |
| インストール数 | 790 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-07-20 |
| 公開日 | 2019-07-20 |
| 評価 | 3.23/5 合計 22 レビュー |
| 開発者 | Anton |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"name": "Netflix Toggle English Subtitles",
"version": "1.0.0",
"manifest_version": 2,
"description": "Press V key to toggle English subtitles on Netflix",
"permissions": [
"https:\/\/www.netflix.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"js": [
"js\/utils.js",
"js\/index.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"minimum_chrome_version": "31",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |