IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
Co to jest IP Extender?
IP Extender to rozszerzenie Chrome opracowane przez nels.anderson, a jego główną funkcją jest „Replaces the text 'IP' with 'immense penis' because that's way better.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IP Extender
Pobierz pliki rozszerzeń IP Extender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Oficjalny URL | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Opis | Replaces the text 'IP' with 'immense penis' because that's way better. |
Rozmiar pliku | 9.04 KB |
Liczba instalacji | 154 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2023-12-13 |
Data Publikacji | 2018-06-12 |
Ocena | 4.50/5 Łącznie 24 Oceny |
Deweloper | nels.anderson |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |