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…
Hvad er Website IP location trace - SecurityInfinity?
Website IP location trace - SecurityInfinity er en Chrome-udvidelse udviklet af https://securityinfinity.com, og dens hovedfunktion er "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".
Udvidelsesskærmbilleder
Download Website IP location trace - SecurityInfinity-udvidelses-CRX-fil
Download Website IP location trace - SecurityInfinity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| Officiel URL | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| Beskrivelse | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| Filstørrelse | 23.44 KB |
| Antal Installationer | 32 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-01-29 |
| Udgivelsesdato | 2023-01-29 |
| Udvikler | https://securityinfinity.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://securityinfinity.com |
| Hjælpeside-URL | https://securityinfinity.com/contact |
| URL til Fortrolighedspolitik Side | https://securityinfinity.com/privacy-policy |
| Understøttede Sprog | 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"
]
} | |