Flappy ZigZig

A cuter, more colorful, geometric Flappy Bird!!!

Flappy ZigZigคืออะไร?

Flappy ZigZig เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.playtcubed.com และคุณลักษณะหลักของมันคือ "A cuter, more colorful, geometric Flappy Bird!!!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flappy ZigZig

ดาวน์โหลดไฟล์ส่วนขยาย Flappy ZigZig ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The fun hyper casual Flappy Bird game twisted with geometry and color. 

Feel free to connect with us via our website by clicking the header icon or reach out to us on social media by clicking our social media icons in the footer!

Also, check out our sponsored games link on popup to see who is making this a forever free game :)

Versions:
1.1.0 Updated privacy policy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flappy ZigZig Flappy ZigZig
ID jmjeekhnoghkfideniahdckpcaelgpnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flappy-zigzig/jmjeekhnoghkfideniahdckpcaelgpnm
คำอธิบาย A cuter, more colorful, geometric Flappy Bird!!!
ขนาดไฟล์ 2.66 MB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-09-27
วันที่เผยแพร่ 2021-09-27
ผู้พัฒนา https://www.playtcubed.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.playtcubed.com
URL หน้าช่วยเหลือ http://www.playtcubed.com
URL หน้านโยบายความเป็นส่วนตัว https://playtcubed.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Flappy ZigZig",
    "description": "A cuter, more colorful, geometric Flappy Bird!!!",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}