Poke Back

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

Poke Back क्या है?

Poke Back Vikram R. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poke Back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Poke Back Poke Back
ID gdbopkbmeahddlpdngadlhjinhndbhpl
आधिकारिक URL https://chromewebstore.google.com/detail/poke-back/gdbopkbmeahddlpdngadlhjinhndbhpl
विवरण Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.
फ़ाइल का आकार 10.94 KB
स्थापना संख्या 276
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-10-17
प्रकाशन तिथि 2014-10-17
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर Vikram R.
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}