クッキー加速装置

CookieClickerを10倍速にします

What is クッキー加速装置?

クッキー加速装置 is a Chrome extension developed by http://yubais.net, and its main feature is "CookieClickerを10倍速にします".

Download クッキー加速装置 Extension CRX File

Download クッキー加速装置 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CookieClickerのゲーム時間進行を10倍にします。

2013/09/19
アニメが加速するけどクッキー増分が加速しない不具合を修正

【注意】
ゲームのプログラムに手を加えるので、最悪の場合ゲームのセーブデータが消える可能性もあります。
自己責任でご利用ください。

詳細は以下のURLを見て下さい
http://yubais.net/chrome-ext/cookie-acceleration/                    

Extension Basic Information

Name クッキー加速装置 クッキー加速装置
ID ngdmgoombjaehhplhbhghbiefplohcnk
Official URL https://chrome.google.com/webstore/detail/%E3%82%AF%E3%83%83%E3%82%AD%E3%83%BC%E5%8A%A0%E9%80%9F%E8%A3%85%E7%BD%AE/ngdmgoombjaehhplhbhghbiefplohcnk
Description CookieClickerを10倍速にします
File Size 2.9 KB
Installation Count 216
Current Version 1.2
Last Updated 2013-09-19
Publish Date 2013-09-19
Rating 3.50/5 Total 4 Ratings
Developer http://yubais.net
Payment Type free
Extension Website http://yubais.net/chrome-ext/cookie-acceleration/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30af\u30c3\u30ad\u30fc\u52a0\u901f\u88c5\u7f6e",
    "version": "1.2",
    "description": "CookieClicker\u309210\u500d\u901f\u306b\u3057\u307e\u3059",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/yubais.net\/"
}