2048 cheat

Click on extension to activate 2048 cheat!

2048 cheat란 무엇입니까?

2048 cheat은(는) bonkdevelopment에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on extension to activate 2048 cheat!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

2048 cheat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/​". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right 
 to re-activate the cheat, refresh the page.                    

확장 프로그램 기본 정보

이름 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
공식 URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
설명 Click on extension to activate 2048 cheat!
파일 크기 13.71 KB
설치 횟수 3,076
현재 버전 1.1
최근 업데이트 2023-11-08
출시 날짜 2021-04-03
평점 5.00/5 총 9 개의 평점
개발자 bonkdevelopment
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 cheat",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "description": "Click on extension to activate 2048 cheat!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play2048.co\/"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}