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是由http://burke9077.com開發的Chrome擴展程式,該擴展的主要功能是“This extension occasionally presses directional keys on the 2048 game once per interval between 10 seconds and 3 minutes, at random.”。
下載Random 2048 Evil擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |