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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}