Auto Poking

Automate poking.

What is Auto Poking?

Auto Poking is a Chrome extension developed by japacible, and its main feature is "Automate poking.".

Download Auto Poking Extension CRX File

Download Auto Poking 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

                        Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.                    

Extension Basic Information

Name Auto Poking Auto Poking
ID cmhpihmnmncmhaefaadlkghmkhnoeaoc
Official URL https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc
Description Automate poking.
File Size 32.47 KB
Installation Count 59
Current Version 1.1
Last Updated 2016-01-17
Publish Date 2016-01-17
Rating 3.43/5 Total 7 Ratings
Developer japacible
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Poking",
    "author": "Jennifer Apacible",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Automate poking.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/pokes*",
                "https:\/\/*.facebook.com\/pokes*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}