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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

"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"
    ]
}