Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Youtube caption indicatorとは何ですか?
Youtube caption indicatorはbperelによって開発されたChromeの拡張機能で、その主な機能は「Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…」です。
拡張機能のスクリーンショット
Youtube caption indicator拡張機能のCRXファイルをダウンロード
Youtube caption indicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.
拡張機能の基本情報
名前 | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
公式URL | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
説明 | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
ファイルサイズ | 38.56 KB |
インストール数 | 1,106 |
現在のバージョン | 0.3.4 |
最終更新日 | 2017-10-08 |
公開日 | 2017-10-08 |
評価 | 3.27/5 合計 11 レビュー |
開発者 | bperel |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bperel/youtube-caption-indicator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube caption indicator", "short_name": "Youtube caption indicator", "version": "0.3.4", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "youtube-caption-indicator.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } } } |