Domain Spotter
Find domains and paths
What is Domain Spotter?
Domain Spotter is a Chrome extension developed by booleanbean, and its main feature is "Find domains and paths".
Extension Screenshots
Download Domain Spotter Extension CRX File
Download Domain Spotter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This browser extension tracks and lists domains visited.
Extension Basic Information
Name | Domain Spotter |
ID | fmnjijmencoomajpfoapahncglihcoio |
Official URL | https://chromewebstore.google.com/detail/domain-spotter/fmnjijmencoomajpfoapahncglihcoio |
Description | Find domains and paths |
File Size | 13.85 KB |
Installation Count | 530 |
Current Version | 1.0.05 |
Last Updated | 2023-02-14 |
Publish Date | 2022-11-20 |
Developer | booleanbean |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Spotter", "description": "Find domains and paths", "version": "1.0.05", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "permissions": [ "history", "storage" ] } |