OSINT Google Dork Scanner Firefox

Examine source code of OSINT Google Dork Scanner

Inspect and view changes in OSINT Google Dork Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OSINT Google Dork Scanner",
  "version": "3.2",
  "description": "A go-to OSINT extension for performing google dorks against visited sites and inputted text such as company names, subdomains, domains. This extension also includes a shortcut to Overpass Turbo and adds several queries.",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://overpass-turbo.eu/*"
      ],
      "js": [
        "overpassAPIStorage.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Launch Google Dork Scan",
    "default_popup": "popup/popup.html"
  },
  "author": "BanditPingu",
  "homepage_url": "https://breacher.cloud",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c21392c2-db3b-42ea-a8f7-304164bc9953}"
    }
  }
}

Best OSINT Google Dork Scanner Alternatives

Here are some Firefox add-ons that are similar to OSINT Google Dork Scanner: