Caption reporter
Report videos without captions to the FCC and YouTube
Cos'è Caption reporter?
Caption reporter è un'estensione di Chrome sviluppata da Lin Taylor, e la sua funzione principale è "Report videos without captions to the FCC and YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Caption reporter
Scarica i file di estensione Caption reporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Caption reporter |
ID | odbhhdbkojapnbcacbjnlhephngejahn |
URL Ufficiale | https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn |
Descrizione | Report videos without captions to the FCC and YouTube |
Dimensione del File | 17.6 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-03-22 |
Data di Pubblicazione | 2016-03-22 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Lin Taylor |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |