IP Extender

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

Co je IP Extender?

IP Extender je rozšíření Chrome vyvinuté nels.anderson, a jeho hlavní funkcí je „Replaces the text 'IP' with 'immense penis' because that's way better.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IP Extender

Stáhněte si soubory rozšíření IP Extender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název IP Extender IP Extender
ID pibdjdcbjgediflmfgkjmkmghlkhfmdl
Oficiální URL https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl
Popis Replaces the text 'IP' with 'immense penis' because that's way better.
Velikost souboru 9.04 KB
Počet instalací 154
Aktuální Verze 1.4
Poslední Aktualizace 2023-12-13
Datum Vydání 2018-06-12
Hodnocení 4.50/5 Celkem 24 Hodnocení
Vývojář nels.anderson
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}