GantzIsPatrick

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

ما هو GantzIsPatrick؟

GantzIsPatrick هو إضافة Chrome تم تطويرها بواسطة AniShalev، والميزة الرئيسية لها هي "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GantzIsPatrick

قم بتنزيل ملفات الامتداد GantzIsPatrick بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

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

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

معلومات أساسية عن التمديد

الاسم GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
الوصف Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
حجم الملف 1.3 MB
عدد التثبيتات 115
النسخة الحالية 1.0.0
آخر تحديث 2019-04-11
تاريخ النشر 2019-04-07
تقييم 5.00/5 مجموع تقييمات 2
المطور AniShalev
نوع الدفع free
اللغات المدعومة 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"
    ]
}