Disqus Auto Expander Firefox

Examine source code of Disqus Auto Expander

Inspect and view changes in Disqus Auto Expander source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disqus Auto Expander",
  "version": "1.1.3",
  "description": "Automatically shows replies and new comments in Disqus discussions. Stops autoplay media and opens URLs in a new tab/window.",
  "applications": {
    "gecko": {
      "id": "disqus-auto-expander@john30013.com"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "dax-defaultConfig.js",
      "dax-background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://disqus.com/embed/comments/*",
        "*://disqus.com/home/discussion/*"
      ],
      "all_frames": true,
      "js": [
        "dax-defaultConfig.js",
        "dax-content.js"
      ],
      "css": [
        "dax-content.css"
      ]
    },
    {
      "matches": [
        "*://cdn.embedly.com/widgets/media.html*"
      ],
      "all_frames": true,
      "js": [
        "dax-defaultConfig.js",
        "dax-stopAutoPlay.js"
      ]
    }
  ],
  "icons": {
    "16": "images/disqus_eye_16.png",
    "32": "images/disqus_eye_32.png",
    "48": "images/disqus_eye_48.png"
  },
  "options_ui": {
    "page": "dax-config.html"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "16": "images/disqus_eye_16.png",
      "32": "images/disqus_eye_32.png"
    },
    "default_popup": "dax-config.html",
    "default_title": "Disqus Auto Expander v1.1.3",
    "show_matches": [
      "*://*/*"
    ]
  }
}

Best Disqus Auto Expander Alternatives

Here are some Firefox add-ons that are similar to Disqus Auto Expander: