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" } } } |