Caption reporter
Report videos without captions to the FCC and YouTube
Was ist Caption reporter?
Caption reporter ist eine Chrome-Erweiterung, die von Lin Taylor entwickelt wurde, und ihr Hauptmerkmal ist "Report videos without captions to the FCC and YouTube".
Erweiterungsscreenshots
Caption reporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Caption reporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Caption reporter |
ID | odbhhdbkojapnbcacbjnlhephngejahn |
Offizielle URL | https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn |
Beschreibung | Report videos without captions to the FCC and YouTube |
Dateigröße | 17.6 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-03-22 |
Veröffentlichungsdatum | 2016-03-22 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Lin Taylor |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |