Caption reporter

Report videos without captions to the FCC and YouTube

Hvad er Caption reporter?

Caption reporter er en Chrome-udvidelse udviklet af Lin Taylor, og dens hovedfunktion er "Report videos without captions to the FCC and YouTube".

Udvidelsesskærmbilleder

screenshot

Download Caption reporter-udvidelses-CRX-fil

Download Caption reporter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Caption reporter Caption reporter
ID odbhhdbkojapnbcacbjnlhephngejahn
Officiel URL https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn
Beskrivelse Report videos without captions to the FCC and YouTube
Filstørrelse 17.6 KB
Antal Installationer 49
Nuværende Version 1.1
Senest Opdateret 2016-03-22
Udgivelsesdato 2016-03-22
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Lin Taylor
Betalingsmetode free
Understøttede Sprog 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"
    }
}