Website IP location trace - SecurityInfinity
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Was ist Website IP location trace - SecurityInfinity?
Website IP location trace - SecurityInfinity ist eine Chrome-Erweiterung, die von https://securityinfinity.com entwickelt wurde, und ihr Hauptmerkmal ist "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".
Erweiterungsscreenshots
Website IP location trace - SecurityInfinity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Website IP location trace - SecurityInfinity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP tracking to determine the location of the website's server. This can be useful for a variety of reasons, such as determining the location of a company or organization, or checking to see if a website is located in a country with stricter internet regulations. Additionally, it can also help in identifying any potential location-based limitations or geo-restrictions on the website. This extension can be installed easily and is user-friendly, making it easy for anyone to use. Overall, Website IP location trace chrome extension is a valuable tool for anyone who wants to learn more about the geographical location of websites they visit. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| Offizielle URL | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| Beschreibung | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| Dateigröße | 23.44 KB |
| Installationsanzahl | 32 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-01-29 |
| Veröffentlichungsdatum | 2023-01-29 |
| Entwickler | https://securityinfinity.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://securityinfinity.com |
| Hilfeseite URL | https://securityinfinity.com/contact |
| URL der Datenschutzrichtlinien-Seite | https://securityinfinity.com/privacy-policy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Website IP location trace - SecurityInfinity",
"version": "1.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
]
} | |