Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

Wat is Fast Forward Cookie Clicker?

Fast Forward Cookie Clicker is een Chrome-extensie ontwikkeld door Y.O, en de belangrijkste functie is "Fast Forward Cookie Clicker".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fast Forward Cookie Clicker

Download Fast Forward Cookie Clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
Officiële URL https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
Beschrijving Fast Forward Cookie Clicker
Bestandsgrootte 6.42 KB
Aantal Installaties 5,514
Huidige Versie 1.0
Laatst Bijgewerkt 2013-09-19
Publicatiedatum 2013-09-19
Beoordeling 3.44/5 Totaal 62 Beoordelingen
Ontwikkelaar Y.O
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}