IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
Qu'est-ce que IP & Location Checker by PrivacySharks ?
IP & Location Checker by PrivacySharks est une extension Chrome développée par PrivacySharks.com, et sa fonction principale est "Check your IP and live location with this extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IP & Location Checker by PrivacySharks
Téléchargez les fichiers d'extension IP & Location Checker by PrivacySharks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
URL Officiel | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
Description | Check your IP and live location with this extension. |
Taille du Fichier | 111 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-04-12 |
Date de Publication | 2021-04-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | PrivacySharks.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://privacysharks.com |
URL de la Page d'Aide | https://www.privacysharks.com/about-us/ |
URL de la Page de Politique de Confidentialité | https://www.privacysharks.com/privacy-policy |
Langues Prises en Charge | 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" } ] } |