YouTube Subtitles Simultaneously
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
YouTube Subtitles Simultaneouslyとは何ですか?
YouTube Subtitles SimultaneouslyはSách Mềmによって開発されたChromeの拡張機能で、その主な機能は「Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.」です。
拡張機能のスクリーンショット
YouTube Subtitles Simultaneously拡張機能のCRXファイルをダウンロード
YouTube Subtitles Simultaneously拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
拡張機能の基本情報
名前 | |
ID | haokcfniojcjooooonocnfbibkeckgpb |
公式URL | https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb |
説明 | Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously. |
ファイルサイズ | 61.39 KB |
インストール数 | 5,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-06-09 |
公開日 | 2019-06-08 |
評価 | 4.22/5 合計 27 レビュー |
開発者 | Sách Mềm |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Subtitles Simultaneously", "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.", "author": "NTH", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "s.css" ], "js": [ "jquery.js", "cookie.js", "data.js", "extension.js" ] } ], "manifest_version": 2 } |