9gag video controls always on

9gag video controls always on

On 9gag.com, sets the controls for video content to be shown by default.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "9gag_video_controls",
  "version": "1.0",
  "description": "Always shows the video controls on 9gag.com.",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.9gag.com/*"
      ],
      "js": [
        "show_control.js"
      ]
    }
  ]
}