Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

Hvad er Fast Forward Cookie Clicker?

Fast Forward Cookie Clicker er en Chrome-udvidelse udviklet af Y.O, og dens hovedfunktion er "Fast Forward Cookie Clicker".

Udvidelsesskærmbilleder

screenshot

Download Fast Forward Cookie Clicker-udvidelses-CRX-fil

Download Fast Forward Cookie Clicker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
Officiel URL https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
Beskrivelse Fast Forward Cookie Clicker
Filstørrelse 6.42 KB
Antal Installationer 5,514
Nuværende Version 1.0
Senest Opdateret 2013-09-19
Udgivelsesdato 2013-09-19
Bedømmelse 3.44/5 Samlet 62 Bedømmelser
Udvikler Y.O
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}