GantzIsPatrick

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

¿Qué es GantzIsPatrick?

GantzIsPatrick es una extensión de Chrome desarrollada por AniShalev, y su función principal es "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GantzIsPatrick

Descarga archivos de extensión GantzIsPatrick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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

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

Información Básica de la Extensión

Nombre GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
URL Oficial https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
Descripción Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
Tamaño del Archivo 1.3 MB
Cantidad de Instalaciones 115
Versión Actual 1.0.0
Última Actualización 2019-04-11
Fecha de Publicación 2019-04-07
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador AniShalev
Tipo de Pago free
Idiomas Soportados 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"
    ]
}