Caption reporter
Report videos without captions to the FCC and YouTube
What is Caption reporter?
Caption reporter is a Chrome extension developed by Lin Taylor, and its main feature is "Report videos without captions to the FCC and YouTube".
Extension Screenshots
Download Caption reporter Extension CRX File
Download Caption reporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Caption reporter |
ID | odbhhdbkojapnbcacbjnlhephngejahn |
Official URL | https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn |
Description | Report videos without captions to the FCC and YouTube |
File Size | 17.6 KB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2016-03-22 |
Publish Date | 2016-03-22 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Lin Taylor |
Payment Type | free |
Supported Languages | 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" } } |