Flappy Bird Classic New Tab

Play the Classic Flappy Bird in new tab

Flappy Bird Classic New Tab là gì?

Flappy Bird Classic New Tab là một tiện ích mở rộng Chrome được phát triển bởi socialappshortcut, và tính năng chính của nó là "Play the Classic Flappy Bird in new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flappy Bird Classic New Tab

Tải xuống các tệp mở rộng Flappy Bird Classic New Tab 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

                        Play the Flappy Bird Classic game in a new tab in your browser.

Install the Flappy Bird Classic Chrome extension and see how much you can score.
This is the classic game where you control the upwards movement of the bird to get it though the pipes. 
This will appear on your new tab. 
Try to compete against your highest scores - how far can you get!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flappy Bird Classic New Tab Flappy Bird Classic New Tab
ID nemoehhfgdeobcmlcmjkgfigddnjlkij
URL Chính Thức https://chromewebstore.google.com/detail/flappy-bird-classic-new-t/nemoehhfgdeobcmlcmjkgfigddnjlkij
Mô tả Play the Classic Flappy Bird in new tab
Kích Thước Tệp 299 KB
Số Lần Cài Đặt 731
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-08-05
Ngày Phát Hành 2020-07-06
Nhà Phát Triển socialappshortcut
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,en-US,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "default_locale": "en",
    "short_name": "Flappy Bird Classic",
    "name": "Flappy Bird Classic New Tab",
    "description": "Play the Classic Flappy Bird in new tab",
    "permissions": [
        "topSites"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Play Flappy Bird Classic",
        "default_icon": "images\/icon38.png"
    },
    "chrome_url_overrides": {
        "newtab": "game\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}