Video controls

Video controls

This extension always shows the controls over a video/animated gif

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Video controls",
  "description": "This extension always shows the controls over a video/animated gif",
  "version": "1.0",
  "browser_action": {
    "default_icon": "off.png",
    "badge_text": "off"
  },
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab"
  ]
}