IP Extender

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

Wat is IP Extender?

IP Extender is een Chrome-extensie ontwikkeld door nels.anderson, en de belangrijkste functie is "Replaces the text 'IP' with 'immense penis' because that's way better.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IP Extender

Download IP Extender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam IP Extender IP Extender
ID pibdjdcbjgediflmfgkjmkmghlkhfmdl
Officiële URL https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl
Beschrijving Replaces the text 'IP' with 'immense penis' because that's way better.
Bestandsgrootte 9.04 KB
Aantal Installaties 154
Huidige Versie 1.4
Laatst Bijgewerkt 2023-12-13
Publicatiedatum 2018-06-12
Beoordeling 4.50/5 Totaal 24 Beoordelingen
Ontwikkelaar nels.anderson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}