Shrek Prank

prank your friends with this shrek image replacer

Shrek Prankとは何ですか?

Shrek PrankはDovmaryによって開発されたChromeの拡張機能で、その主な機能は「prank your friends with this shrek image replacer」です。

拡張機能のスクリーンショット

screenshot

Shrek Prank拡張機能のCRXファイルをダウンロード

Shrek Prank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Prank your friends and boss with this Shrek image replacer                    

拡張機能の基本情報

名前 Shrek Prank Shrek Prank
ID ogmnfaneflffgdbmpcfbapcikckbcdep
公式URL https://chromewebstore.google.com/detail/shrek-prank/ogmnfaneflffgdbmpcfbapcikckbcdep
説明 prank your friends with this shrek image replacer
ファイルサイズ 128 KB
インストール数 285
現在のバージョン 2.0
最終更新日 2023-12-03
公開日 2023-08-24
評価 5.00/5 合計 3 レビュー
開発者 Dovmary
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shrek Prank",
    "description": " prank your friends with this shrek image replacer",
    "version": "2.0",
    "action": {
        "default_popup": "sponsor.html",
        "default_icon": "image\/sherk.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/sherk.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}