Snake Game For Chrome

The Classic Arcade Snake Game Now On Your Chrome

Snake Game For Chrome란 무엇입니까?

Snake Game For Chrome은(는) brylee48112518에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Classic Arcade Snake Game Now On Your Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Snake Game For Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Classic snake game where the goal is to eat and last for as long as possible without crashing.
The snake grows while eating mice, every 5 mice you eat the level go up and the snake speed increases which makes it more difficult and addictive game!                    

확장 프로그램 기본 정보

이름 Snake Game For Chrome Snake Game For Chrome
ID kogpmjpahimpmhfcciipfhoahjjfkenm
공식 URL https://chromewebstore.google.com/detail/snake-game-for-chrome/kogpmjpahimpmhfcciipfhoahjjfkenm
설명 The Classic Arcade Snake Game Now On Your Chrome
파일 크기 148 KB
설치 횟수 857
현재 버전 4.1.1
최근 업데이트 2021-11-03
출시 날짜 2021-11-03
평점 5.00/5 총 1 개의 평점
개발자 brylee48112518
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://searchflexi.com/privacy
지원되는 언어 id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "name": "__MSG_name__",
    "version": "4.1.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/48.png",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/jquery.cdnmirror.com https:\/\/code.jquery.com;  object-src 'self'",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}