Thunderclap

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

Qu'est-ce que Thunderclap ?

Thunderclap est une extension Chrome développée par @inorganik, et sa fonction principale est "Smash Medium's clap button the maximum number of times (50) in 1 click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Thunderclap

Téléchargez les fichiers d'extension Thunderclap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
URL Officiel https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
Description Smash Medium's clap button the maximum number of times (50) in 1 click
Taille du Fichier 28.7 KB
Nombre d'Installations 67
Version Actuelle 1.1
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-31
Évaluation 4.67/5 Total 6 Évaluations
Développeur @inorganik
Type de Paiement free
Site Web de l'Extension https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
Langues Prises en Charge 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"
        }
    ]
}