Flappy Snake

Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.

Flappy Snakeとは何ですか?

Flappy Snakeはhttps://www.x-games.netによって開発されたChromeの拡張機能で、その主な機能は「Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.」です。

拡張機能のスクリーンショット

screenshot

Flappy Snake拡張機能のCRXファイルをダウンロード

Flappy Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Surely you know the very popular games Snake and Flappy bird. Now here is a combination of these great games. Flappy bird is dressed in a new suit in the form of a snake.

You can play this new game every time you open a new tab. The classic search is a matter of course, and you can also search for games directly from the new tab on the xGames game server.

Enjoy Flappy Snake every time you have a moment. If you like the application, please don't forget to rate it.

Thank you for using!                    

拡張機能の基本情報

名前 Flappy Snake Flappy Snake
ID iihaegmciajccamfnfiaohphpehlhgao
公式URL https://chrome.google.com/webstore/detail/flappy-snake/iihaegmciajccamfnfiaohphpehlhgao
説明 Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.
ファイルサイズ 104 KB
インストール数 36
現在のバージョン 1.1
最終更新日 2021-01-08
公開日 2021-01-08
評価 5.00/5 合計 1 レビュー
開発者 https://www.x-games.net
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flappy Snake",
    "description": "Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.",
    "version": "1.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "images\/ico19.png"
    },
    "icons": {
        "16": "images\/ico16.png",
        "19": "images\/ico19.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    }
}