GantzIsPatrick

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

Cos'è GantzIsPatrick?

GantzIsPatrick è un'estensione di Chrome sviluppata da AniShalev, e la sua funzione principale è "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GantzIsPatrick

Scarica i file di estensione GantzIsPatrick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
URL Ufficiale https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
Descrizione Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
Dimensione del File 1.3 MB
Conteggio Installazioni 115
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore AniShalev
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}