Thunderclap
Smash Medium's clap button the maximum number of times (50) in 1 click
O que é Thunderclap?
Thunderclap é uma extensão do Chrome desenvolvida por @inorganik, e sua principal característica é "Smash Medium's clap button the maximum number of times (50) in 1 click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thunderclap
Baixe arquivos de extensão Thunderclap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Thunderclap |
ID | jnclghfpjoajcjpdngbgochcbipggogo |
URL Oficial | https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo |
Descrição | Smash Medium's clap button the maximum number of times (50) in 1 click |
Tamanho do Arquivo | 28.7 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.1 |
Última Atualização | 2017-08-31 |
Data de Publicação | 2017-08-31 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | @inorganik |
Tipo de Pagamento | free |
Site da Extensão | https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8 |
Idiomas Suportados | 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" } ] } |