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文件
下载Random 2048 Evil扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.
扩展基本信息
名称 | |
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" } } |