Flappy Bird Classic New Tab

Play the Classic Flappy Bird in new tab

什麼是Flappy Bird Classic New Tab?

Flappy Bird Classic New Tab是由socialappshortcut開發的Chrome擴展程式,該擴展的主要功能是“Play the Classic Flappy Bird in new tab”。

擴展截圖

screenshot
screenshot

下載Flappy Bird Classic New Tab擴展crx文件

下載Flappy Bird Classic New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Flappy Bird Classic New Tab Flappy Bird Classic New Tab
ID nemoehhfgdeobcmlcmjkgfigddnjlkij
官方網址 https://chromewebstore.google.com/detail/flappy-bird-classic-new-t/nemoehhfgdeobcmlcmjkgfigddnjlkij
簡介 Play the Classic Flappy Bird in new tab
檔案大小 299 KB
安裝次數 731
目前版本 1.0.2
更新時間 2020-08-05
上架時間 2020-07-06
開發者 socialappshortcut
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}