Poke Back

Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.

O que é Poke Back?

Poke Back é uma extensão do Chrome desenvolvida por Vikram R., e sua principal característica é "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Poke Back

Baixe arquivos de extensão Poke Back 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

                        The Facebook poke back extension will help you win poke wars. When you visit facebook.com/pokes, it will automatically click the Poke Back button after 2 seconds when someone pokes you.                    

Informações Básicas da Extensão

Nome Poke Back Poke Back
ID gdbopkbmeahddlpdngadlhjinhndbhpl
URL Oficial https://chromewebstore.google.com/detail/poke-back/gdbopkbmeahddlpdngadlhjinhndbhpl
Descrição Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.
Tamanho do Arquivo 10.94 KB
Contagem de Instalações 276
Versão Atual 1.2
Última Atualização 2014-10-17
Data de Publicação 2014-10-17
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor Vikram R.
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/pokes*"
            ]
        }
    ],
    "description": "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.",
    "manifest_version": 2,
    "name": "Poke Back",
    "version": "1.2",
    "icons": {
        "16": "pokeicon.png",
        "128": "pokeicon128.png"
    }
}