Thunderclap

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

Cos'è Thunderclap?

Thunderclap è un'estensione di Chrome sviluppata da @inorganik, e la sua funzione principale è "Smash Medium's clap button the maximum number of times (50) in 1 click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Thunderclap

Scarica i file di estensione Thunderclap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
URL Ufficiale https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
Descrizione Smash Medium's clap button the maximum number of times (50) in 1 click
Dimensione del File 28.7 KB
Conteggio Installazioni 67
Versione Corrente 1.1
Ultimo Aggiornamento 2017-08-31
Data di Pubblicazione 2017-08-31
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore @inorganik
Tipo di Pagamento free
Sito Web dell'Estensione https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
Lingue Supportate 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"
        }
    ]
}