IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
Qu'est-ce que IP Extender ?
IP Extender est une extension Chrome développée par nels.anderson, et sa fonction principale est "Replaces the text 'IP' with 'immense penis' because that's way better.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IP Extender
Téléchargez les fichiers d'extension IP Extender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
URL Officiel | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Description | Replaces the text 'IP' with 'immense penis' because that's way better. |
Taille du Fichier | 9.04 KB |
Nombre d'Installations | 154 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-12-13 |
Date de Publication | 2018-06-12 |
Évaluation | 4.50/5 Total 24 Évaluations |
Développeur | nels.anderson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |