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 to jest Random 2048 Evil?
Random 2048 Evil to rozszerzenie Chrome opracowane przez http://burke9077.com, a jego główną funkcją jest „This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.”.
Pobierz plik CRX rozszerzenia Random 2048 Evil
Pobierz pliki rozszerzeń Random 2048 Evil w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dpfidelpfhleinlcjnfndpebnifjlpig |
Oficjalny URL | https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig |
Opis | This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2014-04-21 |
Data Publikacji | 2014-04-21 |
Deweloper | http://burke9077.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |