GantzIsPatrick

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

What is GantzIsPatrick?

GantzIsPatrick is a Chrome extension developed by AniShalev, and its main feature is "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GantzIsPatrick Extension CRX File

Download GantzIsPatrick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
Official URL https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
Description Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
File Size 1.3 MB
Installation Count 115
Current Version 1.0.0
Last Updated 2019-04-11
Publish Date 2019-04-07
Rating 5.00/5 Total 2 Ratings
Developer AniShalev
Payment Type free
Supported Languages 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"
    ]
}