IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
What is IP Extender?
IP Extender is a Chrome extension developed by nels.anderson, and its main feature is "Replaces the text 'IP' with 'immense penis' because that's way better.".
Extension Screenshots
Download IP Extender Extension CRX File
Download IP Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Official URL | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Description | Replaces the text 'IP' with 'immense penis' because that's way better. |
File Size | 9.04 KB |
Installation Count | 154 |
Current Version | 1.4 |
Last Updated | 2023-12-13 |
Publish Date | 2018-06-12 |
Rating | 4.50/5 Total 24 Ratings |
Developer | nels.anderson |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |