Thunderclap
Smash Medium's clap button the maximum number of times (50) in 1 click
Vad är Thunderclap?
Thunderclap är en Chrome-tillägg utvecklad av @inorganik, och dess huvudfunktion är "Smash Medium's clap button the maximum number of times (50) in 1 click".
Tilläggsskärmbilder
Ladda ner Thunderclap-förlängningens CRX-fil
Ladda ner Thunderclap-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | jnclghfpjoajcjpdngbgochcbipggogo |
| Officiell webbadress | https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo |
| Beskrivning | Smash Medium's clap button the maximum number of times (50) in 1 click |
| Filstorlek | 28.7 KB |
| Antal Installationer | 67 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-08-31 |
| Publiceringsdatum | 2017-08-31 |
| Betyg | 4.67/5 Totalt 6 Betyg |
| Utvecklare | @inorganik |
| Betalningssätt | free |
| Tilläggswebbplats | https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8 |
| Stödda Språk | 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"
}
]
} | |