FlappyBird

FlappyBird made by TsunamiWind

Vad är FlappyBird?

FlappyBird är en Chrome-tillägg utvecklad av TsunamiWind, och dess huvudfunktion är "FlappyBird made by TsunamiWind".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner FlappyBird-förlängningens CRX-fil

Ladda ner FlappyBird-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Flappy bird is a classic game where you have to dodge pipes while controlling your bird, and you get medals depending on the score you get.


Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe.

1. Install the extension,
2. Click the Flappy Bird icon on the Chrome extension toolbar to play the game!                    

Grundläggande Information om Tillägg

Namn FlappyBird FlappyBird
ID ccmncbpjidgdbakkgnphodgjbpnccokl
Officiell webbadress https://chrome.google.com/webstore/detail/flappybird/ccmncbpjidgdbakkgnphodgjbpnccokl
Beskrivning FlappyBird made by TsunamiWind
Filstorlek 16.21 KB
Antal Installationer 283
Aktuell Version 1.0.0
Senast Uppdaterad 2021-08-29
Publiceringsdatum 2021-08-29
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare TsunamiWind
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://finalb.xyz/
Hjälpsida URL https://finalb.xyz/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlappyBird",
    "description": "FlappyBird made by TsunamiWind",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "game.html"
    }
}