IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
IP Extender क्या है?
IP Extender nels.anderson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'IP' with 'immense penis' because that's way better."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP Extender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
विवरण | Replaces the text 'IP' with 'immense penis' because that's way better. |
फ़ाइल का आकार | 9.04 KB |
स्थापना संख्या | 154 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2023-12-13 |
प्रकाशन तिथि | 2018-06-12 |
रेटिंग | 4.50/5 कुल 24 रेटिंग्स |
डेवलपर | nels.anderson |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |