IP & Location Checker by PrivacySharks
Check your IP and live location with this extension.
O que é IP & Location Checker by PrivacySharks?
IP & Location Checker by PrivacySharks é uma extensão do Chrome desenvolvida por PrivacySharks.com, e sua principal característica é "Check your IP and live location with this extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IP & Location Checker by PrivacySharks
Baixe arquivos de extensão IP & Location Checker by PrivacySharks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | cjbgejajgfdaknipkglgcinijpcafgdl |
URL Oficial | https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl |
Descrição | Check your IP and live location with this extension. |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 31 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-04-12 |
Data de Publicação | 2021-04-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | PrivacySharks.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://privacysharks.com |
URL da Página de Ajuda | https://www.privacysharks.com/about-us/ |
URL da Página de Política de Privacidade | https://www.privacysharks.com/privacy-policy |
Idiomas Suportados | 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" } ] } |