Thunderclap

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

Thunderclap क्या है?

Thunderclap @inorganik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smash Medium's clap button the maximum number of times (50) in 1 click"।

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

screenshot

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

crx प्रारूप में Thunderclap एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}