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 |
官方網址 | 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" } } } |