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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |