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 |
| 公式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"
}
} | |