Flappy Bird (Night farm mode)

The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird play on Desktop.

Flappy Bird (Night farm mode)คืออะไร?

Flappy Bird (Night farm mode) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย micthelldawsen7 และคุณลักษณะหลักของมันคือ "The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird play on Desktop."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flappy Bird (Night farm mode)

ดาวน์โหลดไฟล์ส่วนขยาย Flappy Bird (Night farm mode) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Experience the nostalgic joy of Flappy Bird, the classic side-scrolling game, right within your Google Chrome browser! Immerse yourself in the familiar gameplay of Flappy Bird as you enjoy the offline version on your desktop for free. Get ready to flap away with Chrome.

Travel back in time with this iconic game, where you control the Flappy Bird with a simple click to maneuver through a series of challenging obstacles. What started as a mobile sensation has now found a new life online, allowing you to relive the addictive fun. The gameplay is easy to grasp but hard to master—just tap to make the Flappy Bird ascend while navigating it through a series of pipes. Each round challenges you to beat your previous high score, igniting the competitive spirit within.

Embrace the charm and simplicity of Flappy Bird's gameplay all over again, this time through your web browser. The Flappy Bird game invites you to test your skills and determination, now with an exciting twist of a custom night farm mode. Don't miss this opportunity to play the classic game for free—immerse yourself in the world of Flappy Bird now!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flappy Bird (Night farm mode) Flappy Bird (Night farm mode)
ID bfhcafkikcmapcghoodimfjkmgidehfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flappy-bird-night-farm-mo/bfhcafkikcmapcghoodimfjkmgidehfm
คำอธิบาย The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird play on Desktop.
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 1,142,563
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-09-10
คะแนน 4.87/5 รวมทั้งหมด 750 คะแนน
ผู้พัฒนา micthelldawsen7
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.5.2",
    "version_name": "1.5.2",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        },
        "default_title": "Click to open Flappy Bird popup",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/game.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/game.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "options_page": "index.html"
}