Random 2048 Evil
This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.
Cos'è Random 2048 Evil?
Random 2048 Evil è un'estensione di Chrome sviluppata da http://burke9077.com, e la sua funzione principale è "This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.".
Scarica il file CRX dell'estensione Random 2048 Evil
Scarica i file di estensione Random 2048 Evil in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes. Informazioni di Base sull'Estensione
| Nome | |
| ID | dpfidelpfhleinlcjnfndpebnifjlpig |
| URL Ufficiale | https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig |
| Descrizione | This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random. |
| Dimensione del File | 135 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.3.1 |
| Ultimo Aggiornamento | 2014-04-21 |
| Data di Pubblicazione | 2014-04-21 |
| Sviluppatore | http://burke9077.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |