IP Extender

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

什麼是IP Extender?

IP Extender是由nels.anderson開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'IP' with 'immense penis' because that's way better.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載IP Extender擴展crx文件

下載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
官方網址 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"
        }
    ]
}