IP Extender

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

Cos'è IP Extender?

IP Extender è un'estensione di Chrome sviluppata da nels.anderson, e la sua funzione principale è "Replaces the text 'IP' with 'immense penis' because that's way better.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IP Extender

Scarica i file di estensione IP Extender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome IP Extender IP Extender
ID pibdjdcbjgediflmfgkjmkmghlkhfmdl
URL Ufficiale https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl
Descrizione Replaces the text 'IP' with 'immense penis' because that's way better.
Dimensione del File 9.04 KB
Conteggio Installazioni 154
Versione Corrente 1.4
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2018-06-12
Valutazione 4.50/5 Totale 24 Valutazioni
Sviluppatore nels.anderson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}