Auto Poking

Automate poking.

ما هو Auto Poking؟

Auto Poking هو إضافة Chrome تم تطويرها بواسطة japacible، والميزة الرئيسية لها هي "Automate poking.".

تحميل ملف CRX للإضافة Auto Poking

قم بتنزيل ملفات الامتداد Auto Poking بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Auto Poking Auto Poking
ID cmhpihmnmncmhaefaadlkghmkhnoeaoc
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc
الوصف Automate poking.
حجم الملف 32.47 KB
عدد التثبيتات 59
النسخة الحالية 1.1
آخر تحديث 2016-01-17
تاريخ النشر 2016-01-17
تقييم 3.43/5 مجموع تقييمات 7
المطور japacible
نوع الدفع free
اللغات المدعومة 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
        }
    ]
}