LinkParser Firefox

Examine source code of LinkParser

Inspect and view changes in LinkParser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon_64.png",
    "default_popup": "popup.html",
    "default_title": ""
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "linkparser.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "de",
  "description": "__MSG_extension_description__",
  "homepage_url": "http://www.linkparser.com",
  "icons": {
    "64": "icon_64.png",
    "128": "icon_64.png"
  },
  "manifest_version": 2,
  "name": "Linkparser",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "version": "1.4.0.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "LinkParser@linkparser.com"
    }
  }
}

Best LinkParser Alternatives

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