IP Extender

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

IP Extender là gì?

IP Extender là một tiện ích mở rộng Chrome được phát triển bởi nels.anderson, và tính năng chính của nó là "Replaces the text 'IP' with 'immense penis' because that's way better.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IP Extender

Tải xuống các tệp mở rộng IP Extender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IP Extender IP Extender
ID pibdjdcbjgediflmfgkjmkmghlkhfmdl
URL Chính Thức https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl
Mô tả Replaces the text 'IP' with 'immense penis' because that's way better.
Kích Thước Tệp 9.04 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2018-06-12
Đánh Giá 4.50/5 Tổng số 24 Đánh Giá
Nhà Phát Triển nels.anderson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}