IP Plunger

By TMCnet.com - IP and related info discovery

O que é IP Plunger?

IP Plunger é uma extensão do Chrome desenvolvida por rhashemian, e sua principal característica é "By TMCnet.com - IP and related info discovery".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IP Plunger

Baixe arquivos de extensão IP Plunger 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

                        Displays IP and related information about the site you are visiting.

By Robert Hashemian 
http://www.tmcnet.com/                    

Informações Básicas da Extensão

Nome IP Plunger IP Plunger
ID bkibejidhaabcdmbbbabmffplgapkpmp
URL Oficial https://chromewebstore.google.com/detail/ip-plunger/bkibejidhaabcdmbbbabmffplgapkpmp
Descrição By TMCnet.com - IP and related info discovery
Tamanho do Arquivo 39.11 KB
Contagem de Instalações 86
Versão Atual 1.3
Última Atualização 2013-06-19
Data de Publicação 2013-06-19
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor rhashemian
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Plunger",
    "version": "1.3",
    "manifest_version": 2,
    "description": "By TMCnet.com - IP and related info discovery",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "ip16.gif",
        "48": "ip48.gif",
        "128": "ip128.gif"
    },
    "browser_action": {
        "default_icon": "ip19.gif",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ]
}