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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}