Caption reporter

Report videos without captions to the FCC and YouTube

Co je Caption reporter?

Caption reporter je rozšíření Chrome vyvinuté Lin Taylor, a jeho hlavní funkcí je „Report videos without captions to the FCC and YouTube“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Caption reporter

Stáhněte si soubory rozšíření Caption reporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Caption reporter Caption reporter
ID odbhhdbkojapnbcacbjnlhephngejahn
Oficiální URL https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn
Popis Report videos without captions to the FCC and YouTube
Velikost souboru 17.6 KB
Počet instalací 49
Aktuální Verze 1.1
Poslední Aktualizace 2016-03-22
Datum Vydání 2016-03-22
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Lin Taylor
Typ Platby free
Podporované Jazyky 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"
    }
}