Caption reporter
Report videos without captions to the FCC and YouTube
Qu'est-ce que Caption reporter ?
Caption reporter est une extension Chrome développée par Lin Taylor, et sa fonction principale est "Report videos without captions to the FCC and YouTube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Caption reporter
Téléchargez les fichiers d'extension Caption reporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Caption reporter |
ID | odbhhdbkojapnbcacbjnlhephngejahn |
URL Officiel | https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn |
Description | Report videos without captions to the FCC and YouTube |
Taille du Fichier | 17.6 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-03-22 |
Date de Publication | 2016-03-22 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Lin Taylor |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |