Caption reporter

Report videos without captions to the FCC and YouTube

什麼是Caption reporter?

Caption reporter是由Lin Taylor開發的Chrome擴展程式,該擴展的主要功能是“Report videos without captions to the FCC and YouTube”。

擴展截圖

screenshot

下載Caption reporter擴展crx文件

下載Caption reporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Caption reporter Caption reporter
ID odbhhdbkojapnbcacbjnlhephngejahn
官方網址 https://chromewebstore.google.com/detail/caption-reporter/odbhhdbkojapnbcacbjnlhephngejahn
簡介 Report videos without captions to the FCC and YouTube
檔案大小 17.6 KB
安裝次數 49
目前版本 1.1
更新時間 2016-03-22
上架時間 2016-03-22
評分 3.67/5 共 3 次評分
開發者 Lin Taylor
付費類型 free
支援的語言 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"
    }
}