Thunderclap
Smash Medium's clap button the maximum number of times (50) in 1 click
Was ist Thunderclap?
Thunderclap ist eine Chrome-Erweiterung, die von @inorganik entwickelt wurde, und ihr Hauptmerkmal ist "Smash Medium's clap button the maximum number of times (50) in 1 click".
Erweiterungsscreenshots
Thunderclap-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thunderclap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jnclghfpjoajcjpdngbgochcbipggogo |
| Offizielle URL | https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo |
| Beschreibung | Smash Medium's clap button the maximum number of times (50) in 1 click |
| Dateigröße | 28.7 KB |
| Installationsanzahl | 67 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2017-08-31 |
| Veröffentlichungsdatum | 2017-08-31 |
| Bewertung | 4.67/5 Insgesamt 6 Bewertungen |
| Entwickler | @inorganik |
| Zahlungsart | free |
| Erweiterungswebsite | https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8 |
| Unterstützte Sprachen | 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"
}
]
} | |