Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

O que é Fast Forward Cookie Clicker?

Fast Forward Cookie Clicker é uma extensão do Chrome desenvolvida por Y.O, e sua principal característica é "Fast Forward Cookie Clicker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fast Forward Cookie Clicker

Baixe arquivos de extensão Fast Forward Cookie Clicker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
URL Oficial https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
Descrição Fast Forward Cookie Clicker
Tamanho do Arquivo 6.42 KB
Contagem de Instalações 5,514
Versão Atual 1.0
Última Atualização 2013-09-19
Data de Publicação 2013-09-19
Classificação 3.44/5 Total de 62 Avaliações
Desenvolvedor Y.O
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}