IP Extender

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

ما هو IP Extender؟

IP Extender هو إضافة Chrome تم تطويرها بواسطة nels.anderson، والميزة الرئيسية لها هي "Replaces the text 'IP' with 'immense penis' because that's way better.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة IP Extender

قم بتنزيل ملفات الامتداد IP Extender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!                    

معلومات أساسية عن التمديد

الاسم IP Extender IP Extender
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"
        }
    ]
}