Random 2048 Evil
This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.
Wat is Random 2048 Evil?
Random 2048 Evil is een Chrome-extensie ontwikkeld door http://burke9077.com, en de belangrijkste functie is "This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.".
Download het CRX-bestand van de extensie Random 2048 Evil
Download Random 2048 Evil-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.
Basisinformatie over de Extensie
Naam | |
ID | dpfidelpfhleinlcjnfndpebnifjlpig |
Officiële URL | https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig |
Beschrijving | This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random. |
Bestandsgrootte | 135 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2014-04-21 |
Publicatiedatum | 2014-04-21 |
Ontwikkelaar | http://burke9077.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |