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
公式URL 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
Eメール [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
    }
}