Domain Spotter
Find domains and paths
Wat is Domain Spotter?
Domain Spotter is een Chrome-extensie ontwikkeld door booleanbean, en de belangrijkste functie is "Find domains and paths".
Extensie Screenshots
Download het CRX-bestand van de extensie Domain Spotter
Download Domain Spotter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This browser extension tracks and lists domains visited. Basisinformatie over de Extensie
| Naam | |
| ID | fmnjijmencoomajpfoapahncglihcoio |
| Officiële URL | https://chromewebstore.google.com/detail/domain-spotter/fmnjijmencoomajpfoapahncglihcoio |
| Beschrijving | Find domains and paths |
| Bestandsgrootte | 13.85 KB |
| Aantal Installaties | 530 |
| Huidige Versie | 1.0.05 |
| Laatst Bijgewerkt | 2023-02-14 |
| Publicatiedatum | 2022-11-20 |
| Ontwikkelaar | booleanbean |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |