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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}