Poke Back

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

ما هو Poke Back؟

Poke Back هو إضافة Chrome تم تطويرها بواسطة Vikram R.، والميزة الرئيسية لها هي "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Poke Back

قم بتنزيل ملفات الامتداد Poke Back بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}