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
官方網址 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
電子郵箱 [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"
    }
}