Mile Wide Back Firefox

Examine source code of Mile Wide Back

By: em_te
Inspect and view changes in Mile Wide Back source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Mile Wide Back",
  "author": "Terry",
  "version": "0.3",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "homepage_url": "https://github.com/em-te/webextensions-mile-wide-back",
  "icons": {
    "24": "mile_wide_back_24.png",
    "30": "mile_wide_back_30.png",
    "48": "mile_wide_back_48.png",
    "96": "mile_wide_back_96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.htm"
  }
}

Best Mile Wide Back Alternatives

Here are some Firefox add-ons that are similar to Mile Wide Back: