Bug Bounty Domain Extractor Firefox

Examine source code of Bug Bounty Domain Extractor

Inspect and view changes in Bug Bounty Domain Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bug Bounty Domain Extractor",
  "version": "1.0",
  "description": "Extract domains from HackerOne, Bugcrowd, Intigriti, YesWeHack program pages",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.hackerone.com/*",
        "https://*.bugcrowd.com/*",
        "https://*.intigriti.com/*",
        "https://*.yeswehack.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Extract Domains"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4fb5bb18-9f90-493f-a551-2af8ef204a81}"
    }
  }
}

Best Bug Bounty Domain Extractor Alternatives

Here are some Firefox add-ons that are similar to Bug Bounty Domain Extractor: