Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

Cos'è Fast Forward Cookie Clicker?

Fast Forward Cookie Clicker è un'estensione di Chrome sviluppata da Y.O, e la sua funzione principale è "Fast Forward Cookie Clicker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast Forward Cookie Clicker

Scarica i file di estensione Fast Forward Cookie Clicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
URL Ufficiale https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
Descrizione Fast Forward Cookie Clicker
Dimensione del File 6.42 KB
Conteggio Installazioni 5,514
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-19
Data di Pubblicazione 2013-09-19
Valutazione 3.44/5 Totale 62 Valutazioni
Sviluppatore Y.O
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}