GantzIsPatrick

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

Hvad er GantzIsPatrick?

GantzIsPatrick er en Chrome-udvidelse udviklet af AniShalev, og dens hovedfunktion er "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download GantzIsPatrick-udvidelses-CRX-fil

Download GantzIsPatrick-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

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

Grundlæggende oplysninger om udvidelsen

Navn GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
Officiel URL https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
Beskrivelse Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
Filstørrelse 1.3 MB
Antal Installationer 115
Nuværende Version 1.0.0
Senest Opdateret 2019-04-11
Udgivelsesdato 2019-04-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler AniShalev
Betalingsmetode free
Understøttede Sprog 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"
    ]
}