Flappy Bird Original

Fly through the Skies: Experience the Original Flappy Bird for the browser

Flappy Bird Originalคืออะไร?

Flappy Bird Original เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Albert Fulton และคุณลักษณะหลักของมันคือ "Fly through the Skies: Experience the Original Flappy Bird for the browser"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flappy Bird Original

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

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

                        Introducing Flappy Bird Original, the iconic game now available as a browser extension. Fly through the skies, test your skills, and relive the addictive gameplay that took the world by storm. With Flappy Bird Original, the fun is just a click away.

Benefits:

Access the game directly from your browser toolbar for quick and convenient gameplay.
Enjoy Flappy Bird Original offline, anytime, anywhere, without the need for an internet connection.
Game Rules:

Tap the screen or press the spacebar to make the bird flap its wings.
Navigate the bird through a series of pipes without touching them.
Each successful pass through a pipe earns you a point.
Be careful! Even the slightest touch will end the game.
Experience the thrill, challenge, and excitement of the original Flappy Bird right in your browser. Install Flappy Bird Original now and start flapping your way to new high scores!                    

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

ชื่อ Flappy Bird Original Flappy Bird Original
ID aejdicmbgglbjfepfbiofnmibcgkkjej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flappy-bird-original/aejdicmbgglbjfepfbiofnmibcgkkjej
คำอธิบาย Fly through the Skies: Experience the Original Flappy Bird for the browser
ขนาดไฟล์ 599 KB
จำนวนการติดตั้ง 1,815,132
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-10-20
วันที่เผยแพร่ 2023-06-19
คะแนน 4.52/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Albert Fulton
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQhj0-A-iAUVMqsorPKRonGL-tyLod6Ng67ty7LRk9qfIfiLhoNANRKGGiEzpv6m2b7yG7wUHDRh4Uf/pub
ภาษาที่รองรับ 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,fa,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",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.2",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}