2048 Puzzle Game - Chrome

2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!

2048 Puzzle Game - Chrome란 무엇입니까?

2048 Puzzle Game - Chrome은(는) Puzzles-Online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

2048 Puzzle Game - Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        the best puzzle game ever created is now on your chrome for free! just click and enjoy.                    

확장 프로그램 기본 정보

이름 2048 Puzzle Game - Chrome 2048 Puzzle Game - Chrome
ID fbedbdcdgfmoblpecfbdnokjnlgnmagc
공식 URL https://chromewebstore.google.com/detail/2048-puzzle-game-chrome/fbedbdcdgfmoblpecfbdnokjnlgnmagc
설명 2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!
파일 크기 175 KB
설치 횟수 182
현재 버전 3.1.2
최근 업데이트 2021-10-28
출시 날짜 2021-10-28
평점 5.00/5 총 2 개의 평점
개발자 Puzzles-Online
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://yglsearch.com/privacy
지원되는 언어 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,hi,bn,ta,te,th,ar,ko
manifest.json
{
    "name": "2048 Puzzle Game - Chrome",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "48.png",
        "default_title": "2048 Puzzle Game"
    },
    "icons": {
        "48": "48.png",
        "128": "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:\/\/cdn.googlstaticontent.com https:\/\/code.jquery.com;  object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.2",
    "manifest_version": 2
}