Cookie Clicker Extended

Adds extra items and depth to Cookie Clicker

Cookie Clicker Extendedとは何ですか?

Cookie Clicker ExtendedはCookie Monsterによって開発されたChromeの拡張機能で、その主な機能は「Adds extra items and depth to Cookie Clicker」です。

拡張機能のスクリーンショット

screenshot

Cookie Clicker Extended拡張機能のCRXファイルをダウンロード

Cookie Clicker Extended拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A broswer extension that adds extra items and depth to the game Cookie Clicker by Orteil (http://orteil.dashnet.org/).                    

拡張機能の基本情報

名前 Cookie Clicker Extended Cookie Clicker Extended
ID mefkpmhgfljflbldannlgahlmhagdcoe
公式URL https://chromewebstore.google.com/detail/cookie-clicker-extended/mefkpmhgfljflbldannlgahlmhagdcoe
説明 Adds extra items and depth to Cookie Clicker
ファイルサイズ 10.97 KB
インストール数 3,633
現在のバージョン 0.8
最終更新日 2013-08-16
公開日 2013-08-16
評価 3.12/5 合計 57 レビュー
開発者 Cookie Monster
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "test.user.js"
            ],
            "matches": [
                "http:\/\/orteil.dashnet.org\/experiments\/cookie\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds extra items and depth to Cookie Clicker",
    "name": "Cookie Clicker Extended",
    "version": "0.8",
    "icons": {
        "128": "icon_128.png"
    }
}