Cookie Clicker

Clicks cookie in Cookie Clicker when any keys are pressed.

什么是Cookie Clicker?

Cookie Clicker是由yanagi开发的Chrome扩展程序,该扩展的主要功能是“Clicks cookie in Cookie Clicker when any keys are pressed.”。

扩展截图

screenshot

下载Cookie Clicker扩展crx文件

下载Cookie Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Clicks the cookie in Cookie Clicker when any keys are pressed.
Steps
1. Install this app
2. Go to Cookie Clicker page
3. Press any key!!                    

扩展基本信息

名称 Cookie Clicker Cookie Clicker
ID jkhefpaaphbihngmjakkdfimkcfnbink
官方URL https://chromewebstore.google.com/detail/cookie-clicker/jkhefpaaphbihngmjakkdfimkcfnbink
简介 Clicks cookie in Cookie Clicker when any keys are pressed.
文件大小 33.85 KB
安装次数 10,000
当前版本 1.0
更新时间 2018-01-06
上架时间 2018-01-05
评分 2.48/5 共50次评分
开发者 yanagi
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Clicker",
    "description": "Clicks cookie in Cookie Clicker when any keys are pressed.",
    "icons": {
        "128": "cookie_128.png"
    },
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}