GantzIsPatrick

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

Co to jest GantzIsPatrick?

GantzIsPatrick to rozszerzenie Chrome opracowane przez AniShalev, a jego główną funkcją jest „Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GantzIsPatrick

Pobierz pliki rozszerzeń GantzIsPatrick w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
Oficjalny URL https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
Opis Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
Rozmiar pliku 1.3 MB
Liczba instalacji 115
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-04-11
Data Publikacji 2019-04-07
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper AniShalev
Typ Płatności free
Obsługiwane Języki 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"
    ]
}