MyJs Firefox

Examine source code of MyJs

Inspect and view changes in MyJs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MyJs",
  "version": "1.3",
  "default_locale": "en",
  "description": "Add my JavaScript to the web page",
  "icons": {},
  "browser_action": {
    "default_icon": {},
    "default_title": "My Js",
    "default_popup": "pop.html",
    "chrome_style": true,
    "browser_style": true
  },
  "options_ui": {
    "page": "pop.html",
    "open_in_tab": true,
    "chrome_style": true,
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "menus",
    "contextMenus",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "myjs@id"
    }
  }
}

Best MyJs Alternatives

Here are some Firefox add-ons that are similar to MyJs: