Caption reporter

Report videos without captions to the FCC and YouTube

¿Qué es Caption reporter?

Caption reporter es una extensión de Chrome desarrollada por Lin Taylor, y su función principal es "Report videos without captions to the FCC and YouTube".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Caption reporter

Descarga archivos de extensión Caption reporter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Caption reporter Caption reporter
ID odbhhdbkojapnbcacbjnlhephngejahn
URL Oficial https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn
Descripción Report videos without captions to the FCC and YouTube
Tamaño del Archivo 17.6 KB
Cantidad de Instalaciones 49
Versión Actual 1.1
Última Actualización 2016-03-22
Fecha de Publicación 2016-03-22
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador Lin Taylor
Tipo de Pago free
Idiomas Soportados 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"
    }
}