Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

什麼是Fast Forward Cookie Clicker?

Fast Forward Cookie Clicker是由Y.O開發的Chrome擴展程式,該擴展的主要功能是“Fast Forward Cookie Clicker”。

擴展截圖

screenshot

下載Fast Forward Cookie Clicker擴展crx文件

下載Fast Forward Cookie Clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Fast Forward Cookie Clicker for busy person who cannot wait baking.

This extension only skip frames to accelerate baking.
Cookies will be baked at a rate of up to 150 times.

Everything is fast, so make it hard to get golden cookies.

Verified with Cookie Clicker 1.036.                    

擴展基本資訊

名稱 Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
官方網址 https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
簡介 Fast Forward Cookie Clicker
檔案大小 6.42 KB
安裝次數 5,514
目前版本 1.0
更新時間 2013-09-19
上架時間 2013-09-19
評分 3.44/5 共 62 次評分
開發者 Y.O
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Forward Cookie Clicker",
    "version": "1.0",
    "description": "Fast Forward Cookie Clicker",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Fast Forward Cookie Clicker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}