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
公式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
Eメール [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"
        }
    ]
}