Random 2048 Evil
This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.
What is Random 2048 Evil?
Random 2048 Evil is a Chrome extension developed by http://burke9077.com, and its main feature is "This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.".
Download Random 2048 Evil Extension CRX File
Download Random 2048 Evil extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.
Extension Basic Information
Name | |
ID | dpfidelpfhleinlcjnfndpebnifjlpig |
Official URL | https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig |
Description | This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random. |
File Size | 135 KB |
Installation Count | 28 |
Current Version | 1.3.1 |
Last Updated | 2014-04-21 |
Publish Date | 2014-04-21 |
Developer | http://burke9077.com |
Payment Type | free |
Supported Languages | 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" } } |