Reddit Moon Rocket (Animated Upvote)
Your upvotes go to the moon! Wow!
O que é Reddit Moon Rocket (Animated Upvote)?
Reddit Moon Rocket (Animated Upvote) é uma extensão do Chrome desenvolvida por @Lorin, e sua principal característica é "Your upvotes go to the moon! Wow!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Moon Rocket (Animated Upvote)
Baixe arquivos de extensão Reddit Moon Rocket (Animated Upvote) 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
Animates your upvote, simple enough. No cruft. Inspired by /r/dogecoin Demo: http://i.imgur.com/ObkF55d.gif 11/3/07 - This doge forgot that most of the internet uses HTTPS, the extension works again! Woohoo!
Informações Básicas da Extensão
Nome | |
ID | bfmokmlmgdokocinklijembgmddagncf |
URL Oficial | https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf |
Descrição | Your upvotes go to the moon! Wow! |
Tamanho do Arquivo | 58.98 KB |
Contagem de Instalações | 75 |
Versão Atual | 0.0.2 |
Última Atualização | 2017-03-11 |
Data de Publicação | 2017-03-11 |
Classificação | 4.95/5 Total de 20 Avaliações |
Desenvolvedor | @Lorin |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Moon Rocket (Animated Upvote)", "version": "0.0.2", "description": "Your upvotes go to the moon! Wow!", "homepage_url": "http:\/\/lorinhalpert.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*" ], "css": [ "inject.css" ] } ] } |