IP Extender

Replaces the text 'IP' with 'immense penis' because that's way better.

O que é IP Extender?

IP Extender é uma extensão do Chrome desenvolvida por nels.anderson, e sua principal característica é "Replaces the text 'IP' with 'immense penis' because that's way better.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IP Extender

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

                        Replaces the text "IP" with "immense penis" because that's much better.

The term "IP" as short for "intellectual property" is gross business jargon that has totally oversaturated writing about games. So better to make it about dong instead!                    

Informações Básicas da Extensão

Nome IP Extender IP Extender
ID pibdjdcbjgediflmfgkjmkmghlkhfmdl
URL Oficial https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl
Descrição Replaces the text 'IP' with 'immense penis' because that's way better.
Tamanho do Arquivo 9.04 KB
Contagem de Instalações 154
Versão Atual 1.4
Última Atualização 2023-12-13
Data de Publicação 2018-06-12
Classificação 4.50/5 Total de 24 Avaliações
Desenvolvedor nels.anderson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IP Extender",
    "version": "1.4",
    "description": "Replaces the text 'IP' with 'immense penis' because that's way better.",
    "icons": {
        "16": "iplogo16.png",
        "48": "iplogo48.png",
        "128": "iplogo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}