Thunderclap

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

Wat is Thunderclap?

Thunderclap is een Chrome-extensie ontwikkeld door @inorganik, en de belangrijkste functie is "Smash Medium's clap button the maximum number of times (50) in 1 click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Thunderclap

Download Thunderclap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
Officiële URL https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
Beschrijving Smash Medium's clap button the maximum number of times (50) in 1 click
Bestandsgrootte 28.7 KB
Aantal Installaties 67
Huidige Versie 1.1
Laatst Bijgewerkt 2017-08-31
Publicatiedatum 2017-08-31
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar @inorganik
Betalingswijze free
Extensiewebsite https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
Ondersteunde Talen 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"
        }
    ]
}