Random 2048 Evil

This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.

Random 2048 Evil란 무엇입니까?

Random 2048 Evil은(는) http://burke9077.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random."입니다.

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

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

확장 프로그램 사용 설명서

                        This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.                    

확장 프로그램 기본 정보

이름 Random 2048 Evil Random 2048 Evil
ID dpfidelpfhleinlcjnfndpebnifjlpig
공식 URL https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig
설명 This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.
파일 크기 135 KB
설치 횟수 28
현재 버전 1.3.1
최근 업데이트 2014-04-21
출시 날짜 2014-04-21
개발자 http://burke9077.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "2048.user.js"
            ],
            "matches": [
                "http:\/\/gabrielecirulli.github.io\/2048\/"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.",
    "name": "Random 2048 Evil",
    "version": "1.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}