URL Extractor Firefox

Examine source code of URL Extractor

By: yaagame
Inspect and view changes in URL Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Extractor",
  "version": "3.0",
  "description": "Extract and manage URLs from webpages with a modern design",
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "urlextractor@yourdomain.com"
    }
  }
}

Best URL Extractor Alternatives

Here are some Firefox add-ons that are similar to URL Extractor: