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
公式URL 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"
    }
}