Thunderclap

Smash Medium's clap button the maximum number of times (50) in 1 click

ما هو Thunderclap؟

Thunderclap هو إضافة Chrome تم تطويرها بواسطة @inorganik، والميزة الرئيسية لها هي "Smash Medium's clap button the maximum number of times (50) in 1 click".

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

screenshot

تحميل ملف CRX للإضافة Thunderclap

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

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

                        Are you tired of clicking and clicking, clicking and holding, to show your support for articles you enjoy on Medium? What a hassle! Introducing the thunderclap. Now you can clap the max number of times in 1 click. Enjoy!                    

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

الاسم Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
عنوان URL الرسمي https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
الوصف Smash Medium's clap button the maximum number of times (50) in 1 click
حجم الملف 28.7 KB
عدد التثبيتات 67
النسخة الحالية 1.1
آخر تحديث 2017-08-31
تاريخ النشر 2017-08-31
تقييم 4.67/5 مجموع تقييمات 6
المطور @inorganik
نوع الدفع free
موقع الإضافة https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thunderclap",
    "description": "Smash Medium's clap button the maximum number of times (50) in 1 click",
    "version": "1.1",
    "icons": {
        "48": "thunderclap-icon-48.png",
        "128": "thunderclap-icon-128.png"
    },
    "browser_action": {
        "default_title": "Thunderclap",
        "default_icon": "thunderclap-icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}