9GAG Controls

9GAG Controls

Provides control functions for 9GAG.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "9GAG Controls",
  "description": "Provides control functions for 9GAG.",
  "version": "1.4.4",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://9gag.com/*",
        "https://9gag.com/*"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "gag.js"
      ],
      "css": [
        "gag.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": []
}