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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |