Flappy Bird Offline. Desktop Version
The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome.
Flappy Bird Offline. Desktop Version란 무엇입니까?
Flappy Bird Offline. Desktop Version은(는) Apps for Google에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome."입니다.
확장 프로그램 스크린샷
Flappy Bird Offline. Desktop Version 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play flappy bird game here online for free. It is an iconic side-scrolling game where you click to avoid obstacles. It was originally released as a mobile game then discontinued by its developer. Today, you can play this simple but addictive one-button game on the web. Flappy Bird's gameplay is best described as simple, addictive, yet mildly infuriating. Tap to raise the bird up and carefully get it through the pipes without crashing. When you fail, you’ll get a high score, and you’ll want to do it all over again to try and outdo your previous self. Play it on the web - only Flappy Bird was part of an early revolution in hypercasual mobile games. Plenty of simple one-button and side-scrolling games have been released since its inception! Features: - Incredibly simple mechanics - Frustrating but addictive - High score tracking 5 stars for Classic Flappy Bird game appreciated.
확장 프로그램 기본 정보
이름 | Flappy Bird Offline. Desktop Version |
ID | dlnkkghpoaboifilieokcpoclbhpoclo |
공식 URL | https://chromewebstore.google.com/detail/flappy-bird-offline-deskt/dlnkkghpoaboifilieokcpoclbhpoclo |
설명 | The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome. |
파일 크기 | 1.19 MB |
설치 횟수 | 665,037 |
현재 버전 | 1.5.8 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2022-11-23 |
평점 | 4.56/5 총 277 개의 평점 |
개발자 | Apps for Google |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,fa,mr,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "1.5.8", "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "default_title": "Click to open Flappy Bird popup", "default_popup": "index.html" }, "background": { "service_worker": "scripts\/bg.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "all_frames": true, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "offline_enabled": true, "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "permissions": [ "storage", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ " |