CCaptioner

CCaptioner

Assign a text track to a video element in a web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Raymond Hill",
  "browser_action": {
    "default_icon": {
      "64": "icon-64.png"
    },
    "default_title": "CCaptioner",
    "default_popup": "popup.html"
  },
  "description": "Assign a text track to a video element in a web page",
  "icons": {
    "64": "icon-64.png"
  },
  "manifest_version": 2,
  "name": "CCaptioner",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "version": "1.1.0"
}