Flappy Bird Classic
Every man know this game. Famous, fun and attractive game
Flappy Bird Classic là gì?
Flappy Bird Classic là một tiện ích mở rộng Chrome được phát triển bởi Games Classic, và tính năng chính của nó là "Every man know this game. Famous, fun and attractive game".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flappy Bird Classic
Tải xuống các tệp mở rộng Flappy Bird Classic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Flappy Bird is a side-scroller game where the player controls a bird, attempting to fly between columns of green pipes without hitting them. The classic game version now free on your Google Chrome! How to play: Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hdkblcckmelihppfceobhpeljjflpclj |
URL Chính Thức | https://chrome.google.com/webstore/detail/flappy-bird-classic/hdkblcckmelihppfceobhpeljjflpclj |
Mô tả | Every man know this game. Famous, fun and attractive game |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2022-06-14 |
Ngày Phát Hành | 2022-01-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Games Classic |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bit.ly/3wwRKgg |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "superagent.js", "anticheat.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "storage", "cookies", "https:\/\/*\/*" ], "version": "1.0.0.1" } |