IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
¿Qué es IP & Location Checker by PrivacySharks?
IP & Location Checker by PrivacySharks es una extensión de Chrome desarrollada por PrivacySharks.com, y su función principal es "Check your IP and live location with this extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IP & Location Checker by PrivacySharks
Descarga archivos de extensión IP & Location Checker by PrivacySharks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
URL Oficial | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
Descripción | Check your IP and live location with this extension. |
Tamaño del Archivo | 111 KB |
Cantidad de Instalaciones | 31 |
Versión Actual | 0.0.1 |
Última Actualización | 2021-04-12 |
Fecha de Publicación | 2021-04-12 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | PrivacySharks.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://privacysharks.com |
URL de la Página de Ayuda | https://www.privacysharks.com/about-us/ |
URL de la Página de Política de Privacidad | https://www.privacysharks.com/privacy-policy |
Idiomas Soportados | 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" } ] } |