Domain Collector Firefox

Examine source code of Domain Collector

By: lk2322 Add-on
Inspect and view changes in Domain Collector source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Domain Collector",
  "version": "1.1.0",
  "description": "Собирает все домены, которые использует сайт (по сетевым запросам), и отправляет их POST-запросом на ваш HTTP-сервер.",
  "permissions": [
    "webRequest",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Domain Collector"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "domain-collector@example.com",
      "strict_min_version": "115.0"
    }
  }
}

Best Domain Collector Alternatives

Here are some Firefox add-ons that are similar to Domain Collector: