Fitocracy Prop Bomber
Prop bomb everyone on the current page with a single click
O que é Fitocracy Prop Bomber?
Fitocracy Prop Bomber é uma extensão do Chrome desenvolvida por Mottie, e sua principal característica é "Prop bomb everyone on the current page with a single click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fitocracy Prop Bomber
Baixe arquivos de extensão Fitocracy Prop Bomber 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
A prop bomber icon will be added next to the notifications dropdown. Click it and all prop buttons will get clicked for you. You'll need to scroll down to load more of the feed to reveal more prop buttons for bombin' with your fist bump button of awesomeness!
Informações Básicas da Extensão
Nome | Fitocracy Prop Bomber |
ID | gcdngipjhonihoajbjaieeoekanakgjk |
URL Oficial | https://chromewebstore.google.com/detail/fitocracy-prop-bomber/gcdngipjhonihoajbjaieeoekanakgjk |
Descrição | Prop bomb everyone on the current page with a single click |
Tamanho do Arquivo | 17.19 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-04-13 |
Data de Publicação | 2017-04-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Mottie |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fitocracy Prop Bomber", "version": "1.0.1", "description": "Prop bomb everyone on the current page with a single click", "author": "Rob Garrison", "manifest_version": 2, "homepage_url": "http:\/\/github.com\/Mottie\/FitocracyPropBomber", "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "props.js" ], "matches": [ "https:\/\/www.fitocracy.com\/*" ], "run_at": "document_idle" } ], "icons": { "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" } } |