Square Bird

Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click

什麼是Square Bird?

Square Bird是由http://www.noobgame.club開發的Chrome擴展程式,該擴展的主要功能是“Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Square Bird擴展crx文件

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

擴展使用說明

                        Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click. It's a simple and fun game!                    

擴展基本資訊

名稱 Square Bird Square Bird
ID hmhinikhfgcgdndllniedhiamjpambon
官方網址 https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon
簡介 Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click
檔案大小 24.79 KB
安裝次數 278
目前版本 1
更新時間 2020-05-15
上架時間 2020-05-15
開發者 http://www.noobgame.club
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.noobgame.club/games/play/square-bird
說明頁面URL http://www.noobgame.club/page/terms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Square Bird",
    "manifest_version": 2,
    "description": "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": [],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}