IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
Cos'è IP & Location Checker by PrivacySharks?
IP & Location Checker by PrivacySharks è un'estensione di Chrome sviluppata da PrivacySharks.com, e la sua funzione principale è "Check your IP and live location with this extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP & Location Checker by PrivacySharks
Scarica i file di estensione IP & Location Checker by PrivacySharks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Check your live IP and location with the PrivacySharks extension. Checks your country and city with a click of a button. Refresh instantly up to 10.000 times each month!
Informazioni di Base sull'Estensione
Nome | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
URL Ufficiale | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
Descrizione | Check your IP and live location with this extension. |
Dimensione del File | 111 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-04-12 |
Data di Pubblicazione | 2021-04-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | PrivacySharks.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://privacysharks.com |
URL della Pagina di Aiuto | https://www.privacysharks.com/about-us/ |
URL della Pagina della Politica sulla Privacy | https://www.privacysharks.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP & Location Checker by PrivacySharks", "version": "0.0.1", "description": "Check your IP and live location with this extension.", "manifest_version": 2, "browser_action": { "default_icon": { "16": "assets\/pv\/16.png", "32": "assets\/pv\/32.png", "48": "assets\/pv\/48.ico", "128": "assets\/pv\/128.ico", "192": "assets\/pv\/192.png", "512": "assets\/pv\/512.png" }, "default_title": "IP & Location Checker by PrivacySharks", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "styles.css" ], "run_at": "document_idle" } ] } |