Random 2048 Evil
This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.
Co je Random 2048 Evil?
Random 2048 Evil je rozšíření Chrome vyvinuté http://burke9077.com, a jeho hlavní funkcí je „This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.“.
Stáhnout soubor CRX rozšíření Random 2048 Evil
Stáhněte si soubory rozšíření Random 2048 Evil ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.
Základní Informace o Rozšíření
Název | |
ID | dpfidelpfhleinlcjnfndpebnifjlpig |
Oficiální URL | https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig |
Popis | This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random. |
Velikost souboru | 135 KB |
Počet instalací | 28 |
Aktuální Verze | 1.3.1 |
Poslední Aktualizace | 2014-04-21 |
Datum Vydání | 2014-04-21 |
Vývojář | http://burke9077.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |