Flappy Bird Chrome
Play the classic Flappy Bird game directly in your browser!
什么是Flappy Bird Chrome?
Flappy Bird Chrome是由https://wedding10.com开发的Chrome扩展程序,该扩展的主要功能是“Play the classic Flappy Bird game directly in your browser!”。
扩展截图
下载Flappy Bird Chrome扩展crx文件
下载Flappy Bird Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Relive the magic of the world-famous Flappy Bird game with our efficient and user-friendly Chrome extension. Ideal for fans of retro gaming, arcade games, and of course, Flappy Bird enthusiasts, this tool allows you to dive back into the beloved game anytime, directly from your browser. Features: Instant Flappy Bird Gameplay: Our Chrome extension eliminates the need to search for the game online. Just one click on the extension icon and you're navigating your bird through a challenging array of pipes. Fast Loading Arcade Game: We understand that swift load times are essential for an enjoyable gaming experience. Our Flappy Bird extension prioritizes efficiency, ensuring quick loading for endless fun. No Installation Required: Bypass the hassle of downloading and updating with our browser-based gaming solution. The extension loads Flappy Bird from a secure online source, making it the perfect choice for lovers of browser games. Free Flappy Bird Game: Our extension is entirely free, enabling you to enjoy this captivating arcade game without any hidden charges or in-app purchases. Safe and Secure Browser Gaming: Your security is our top priority. The extension requires minimal permissions and does not collect or share any personal data. Our Flappy Bird Chrome extension is perfect for nostalgic gaming sessions, breaks between work, or challenging friends to beat high scores. If you're a fan of classic games, arcade style, or bird-themed games, you're in for a treat. Engage in an exciting, nostalgic gaming journey with our Flappy Bird Chrome extension. Download now to start your Flappy Bird adventure! Disclaimer: This extension is not affiliated with .GEARS Studio, the original creator of Flappy Bird.
扩展基本信息
名称 | |
ID | mchfdclkdanpahfendecnkollhimafag |
官方URL | https://chromewebstore.google.com/detail/flappy-bird-chrome/mchfdclkdanpahfendecnkollhimafag |
简介 | Play the classic Flappy Bird game directly in your browser! |
文件大小 | 656 KB |
安装次数 | 70 |
当前版本 | 1.0 |
更新时间 | 2023-06-27 |
上架时间 | 2023-06-26 |
评分 | 5.00/5 共2次评分 |
开发者 | https://wedding10.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://games.wedding10.com/flappy-bird/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flappy Bird Chrome", "version": "1.0", "description": "Play the classic Flappy Bird game directly in your browser!", "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon.png" } }, "permissions": [] } |