GantzIsPatrick

Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.

什么是GantzIsPatrick?

GantzIsPatrick是由AniShalev开发的Chrome扩展程序,该扩展的主要功能是“Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GantzIsPatrick扩展crx文件

下载GantzIsPatrick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "גנץ הוא פטריק" הוא פלאגין שמחליף אוטומטית את השם והתמונות של בני גנץ לפטריק מהסדרה "בובספוג מכנסמרובע".

-------------------

"GantzIsPatrick" is a plugin that automatically replaces Benny Gantz's name and pictures to Patrick from the TV show "SpongeBob SquarePants".                    

扩展基本信息

名称 GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
官方URL https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
简介 Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
文件大小 1.3 MB
安装次数 115
当前版本 1.0.0
更新时间 2019-04-11
上架时间 2019-04-07
评分 5.00/5 共2次评分
开发者 AniShalev
付费类型 free
支持的语言 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GantzIsPatrick",
    "version": "1.0.0",
    "description": "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.",
    "icons": {
        "16": "patrick.png",
        "48": "patrick.png",
        "128": "patrick.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation"
    ]
}