Cookie clicker, clicker

This extension clicks so you don't hurt your finger.

什么是Cookie clicker, clicker?

Cookie clicker, clicker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension clicks so you don't hurt your finger.”。

扩展截图

screenshot

下载Cookie clicker, clicker扩展crx文件

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

扩展使用说明

                        This is an automatic click engine for the cookie clicker game 
(http://orteil.dashnet.org/cookieclicker/) 

Upgrades, buildings and bigCookie clicks are optional 

Also ignores the granny apocalypse for you to activate yourself when ready.

Latest Update
- Really really should ignore all the season upgrades now
- Added support for new products and future ones
- Added option to remove the message popups                    

扩展基本信息

名称 Cookie clicker, clicker Cookie clicker, clicker
ID ikkmlinflfffinhglacakfnkapjfpkno
官方URL https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno
简介 This extension clicks so you don't hurt your finger.
文件大小 24.3 KB
安装次数 3,392
当前版本 2.12
更新时间 2014-05-10
上架时间 2014-05-10
评分 2.80/5 共155次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie clicker, clicker",
    "description": "This extension clicks so you don't hurt your finger.",
    "version": "2.12",
    "web_accessible_resources": [
        "cookiecode.js"
    ],
    "permissions": [
        "http:\/\/orteil.dashnet.org\/cookieclicker\/",
        "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/",
                "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/"
            ],
            "js": [
                "loadthis.js"
            ],
            "run_at": "document_end"
        }
    ]
}