Poke All

It will poke everyone on the poke page!

What is Poke All?

Poke All is a Chrome extension developed by Unknown, and its main feature is "It will poke everyone on the poke page!".

Extension Screenshots

screenshot

Download Poke All Extension CRX File

Download Poke All 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

                        1. Open Poke Page
2. Press icon

P.S. Let me know if it stops working! Please don't down rate it :( Facebook might change its code for maintenance or something and this could break. Thank you, thank you!                    

Extension Basic Information

Name Poke All Poke All
ID biabablkmnfkpblpnbojalamkfjpfjeg
Official URL https://chromewebstore.google.com/detail/poke-all/biabablkmnfkpblpnbojalamkfjpfjeg
Description It will poke everyone on the poke page!
File Size 23.93 KB
Installation Count 204
Current Version 1.5
Last Updated 2015-03-01
Publish Date 2015-02-28
Rating 3.60/5 Total 10 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poke All",
    "version": "1.5",
    "manifest_version": 2,
    "description": "It will poke everyone on the poke page!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "pokeAllInactive48.png"
    },
    "icons": {
        "16": "pokeAll16.png",
        "48": "pokeAll48.png",
        "128": "pokeAll128.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}