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…
Co je Website IP location trace - SecurityInfinity?
Website IP location trace - SecurityInfinity je rozšíření Chrome vyvinuté https://securityinfinity.com, a jeho hlavní funkcí je „Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Website IP location trace - SecurityInfinity
Stáhněte si soubory rozšíření Website IP location trace - SecurityInfinity ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| Oficiální URL | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| Popis | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| Velikost souboru | 23.44 KB |
| Počet instalací | 32 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2023-01-29 |
| Datum Vydání | 2023-01-29 |
| Vývojář | https://securityinfinity.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://securityinfinity.com |
| URL Stránky Nápovědy | https://securityinfinity.com/contact |
| URL Stránky Zásad Ochrany Soukromí | https://securityinfinity.com/privacy-policy |
| Podporované Jazyky | 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"
]
} | |