Caption reporter

Caption reporter

Report videos without captions to the FCC and YouTube

Merlin
Additional files are visible only to premium users

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"
  }
}