Flappy ZigZig

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

Hvad er Flappy ZigZig?

Flappy ZigZig er en Chrome-udvidelse udviklet af https://www.playtcubed.com, og dens hovedfunktion er "A cuter, more colorful, geometric Flappy Bird!!!".

Udvidelsesskærmbilleder

screenshot

Download Flappy ZigZig-udvidelses-CRX-fil

Download Flappy ZigZig-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Flappy ZigZig Flappy ZigZig
ID jmjeekhnoghkfideniahdckpcaelgpnm
Officiel URL https://chromewebstore.google.com/detail/flappy-zigzig/jmjeekhnoghkfideniahdckpcaelgpnm
Beskrivelse A cuter, more colorful, geometric Flappy Bird!!!
Filstørrelse 2.66 MB
Antal Installationer 333
Nuværende Version 1.1.0
Senest Opdateret 2021-09-27
Udgivelsesdato 2021-09-27
Udvikler https://www.playtcubed.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.playtcubed.com
Hjælpeside-URL http://www.playtcubed.com
URL til Fortrolighedspolitik Side https://playtcubed.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}