9GAG-Extension Firefox

Examine source code of 9GAG-Extension

By: wzpa
Inspect and view changes in 9GAG-Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "9GAG-Extension",
  "version": "0.3",
  "description": "Series of quality-of-life changes and features for 9GAG.",
  "manifest_version": 2,
  "icons": {
    "48": "Assets/icons/9gag-50.png"
  },
  "browser_action": {
    "default_icon": "Assets/icons/9gag-50.png",
    "default_title": "9gag Master",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.9gag.com/*"
      ],
      "js": [
        "main.js"
      ]
    },
    {
      "matches": [
        "*://*.9gag.com/gag/*"
      ],
      "js": [
        "post.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "*://*/*"
  ]
}

Best 9GAG-Extension Alternatives

Here are some Firefox add-ons that are similar to 9GAG-Extension: