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…
Τι είναι το Website IP location trace - SecurityInfinity;
Το Website IP location trace - SecurityInfinity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://securityinfinity.com, και η κύρια λειτουργία του είναι "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Website IP location trace - SecurityInfinity
Λήψη αρχείων επέκτασης Website IP location trace - SecurityInfinity σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| Επίσημο URL | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| Περιγραφή | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| Μέγεθος Αρχείου | 23.44 KB |
| Αριθμός Εγκαταστάσεων | 32 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2023-01-29 |
| Ημερομηνία Δημοσίευσης | 2023-01-29 |
| Προγραμματιστής | https://securityinfinity.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://securityinfinity.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://securityinfinity.com/contact |
| URL της Σελίδας Πολιτικής Απορρήτου | https://securityinfinity.com/privacy-policy |
| Υποστηριζόμενες Γλώσσες | 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"
]
} | |