Caption reporter
Report videos without captions to the FCC and YouTube
什么是Caption reporter?
Caption reporter是由Lin Taylor开发的Chrome扩展程序,该扩展的主要功能是“Report videos without captions to the FCC and YouTube”。
扩展截图
下载Caption reporter扩展crx文件
下载Caption reporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Communications and Video Accessibility Act of 2010 requires that video programming that is closed captioned on TV in the US must be closed captioned when distributed on the Internet. If you find a YouTube video that you think should have captions but does not, you can use this extension to help you to report it to the Federal Communications Commission (FCC) and to YouTube's internal report system.
扩展基本信息
名称 | Caption reporter |
ID | odbhhdbkojapnbcacbjnlhephngejahn |
官方URL | https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn |
简介 | Report videos without captions to the FCC and YouTube |
文件大小 | 17.6 KB |
安装次数 | 49 |
当前版本 | 1.1 |
更新时间 | 2016-03-22 |
上架时间 | 2016-03-22 |
评分 | 3.67/5 共3次评分 |
开发者 | Lin Taylor |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Caption reporter", "description": "Report videos without captions to the FCC and YouTube", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/caption_notification" ], "page_action": { "default_icon": "caption.png", "default_popup": "popup.html", "default_title": "Captions reporter - report video" } } |