Auto Open JS Files Firefox

Examine source code of Auto Open JS Files

By: Dexter
Inspect and view changes in Auto Open JS Files source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Open JS Files",
  "version": "1.1",
  "description": "Finds and opens all .js files from the current domain.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Open JS Files",
    "default_icon": {
      "128": "icons/icon-128x128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{97fff662-4eb4-4081-a0d8-fb52839fa819}"
    }
  }
}

Best Auto Open JS Files Alternatives

Here are some Firefox add-ons that are similar to Auto Open JS Files: