FlappyBird

FlappyBird made by TsunamiWind

什么是FlappyBird?

FlappyBird是由TsunamiWind开发的Chrome扩展程序,该扩展的主要功能是“FlappyBird made by TsunamiWind”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FlappyBird扩展crx文件

下载FlappyBird扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 FlappyBird FlappyBird
ID ccmncbpjidgdbakkgnphodgjbpnccokl
官方URL https://chrome.google.com/webstore/detail/flappybird/ccmncbpjidgdbakkgnphodgjbpnccokl
简介 FlappyBird made by TsunamiWind
文件大小 16.21 KB
安装次数 283
当前版本 1.0.0
更新时间 2021-08-29
上架时间 2021-08-29
评分 3.00/5 共2次评分
开发者 TsunamiWind
电子邮箱 [email protected]
付费类型 free
扩展官网 https://finalb.xyz/
帮助页面URL https://finalb.xyz/
支持的语言 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"
    }
}