Thunderclap

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

Co je Thunderclap?

Thunderclap je rozšíření Chrome vyvinuté @inorganik, a jeho hlavní funkcí je „Smash Medium's clap button the maximum number of times (50) in 1 click“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thunderclap

Stáhněte si soubory rozšíření Thunderclap ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
Oficiální URL https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
Popis Smash Medium's clap button the maximum number of times (50) in 1 click
Velikost souboru 28.7 KB
Počet instalací 67
Aktuální Verze 1.1
Poslední Aktualizace 2017-08-31
Datum Vydání 2017-08-31
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář @inorganik
Typ Platby free
Webové stránky Rozšíření https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
Podporované Jazyky 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"
        }
    ]
}