Caption reporter

Report videos without captions to the FCC and YouTube

Caption reporterคืออะไร?

Caption reporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lin Taylor และคุณลักษณะหลักของมันคือ "Report videos without captions to the FCC and YouTube"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Caption reporter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}