Poke Back

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

What is Poke Back?

Poke Back is a Chrome extension developed by Vikram R., and its main feature is "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.".

Extension Screenshots

screenshot

Download Poke Back Extension CRX File

Download Poke Back extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Poke Back Poke Back
ID gdbopkbmeahddlpdngadlhjinhndbhpl
Official URL https://chromewebstore.google.com/detail/poke-back/gdbopkbmeahddlpdngadlhjinhndbhpl
Description Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.
File Size 10.94 KB
Installation Count 276
Current Version 1.2
Last Updated 2014-10-17
Publish Date 2014-10-17
Rating 2.00/5 Total 4 Ratings
Developer Vikram R.
Payment Type free
Supported Languages 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"
    }
}