Random 2048 Evil
This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.
ما هو Random 2048 Evil؟
Random 2048 Evil هو إضافة Chrome تم تطويرها بواسطة http://burke9077.com، والميزة الرئيسية لها هي "This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.".
تحميل ملف CRX للإضافة Random 2048 Evil
قم بتنزيل ملفات الامتداد Random 2048 Evil بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension randomly makes a move in the game 2048 at random intervals between 10 seconds and 3 minutes.
معلومات أساسية عن التمديد
الاسم | |
ID | dpfidelpfhleinlcjnfndpebnifjlpig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/random-2048-evil/dpfidelpfhleinlcjnfndpebnifjlpig |
الوصف | This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random. |
حجم الملف | 135 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2014-04-21 |
تاريخ النشر | 2014-04-21 |
المطور | http://burke9077.com |
نوع الدفع | free |
اللغات المدعومة | 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" } } |