Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

Co to jest Fast Forward Cookie Clicker?

Fast Forward Cookie Clicker to rozszerzenie Chrome opracowane przez Y.O, a jego główną funkcją jest „Fast Forward Cookie Clicker”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fast Forward Cookie Clicker

Pobierz pliki rozszerzeń Fast Forward Cookie Clicker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
Oficjalny URL https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
Opis Fast Forward Cookie Clicker
Rozmiar pliku 6.42 KB
Liczba instalacji 5,514
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-09-19
Data Publikacji 2013-09-19
Ocena 3.44/5 Łącznie 62 Oceny
Deweloper Y.O
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}