Doge Helper
Simply show which Reddit Subs allow Dogecoin Tipping.
O que é Doge Helper?
Doge Helper é uma extensão do Chrome desenvolvida por coding_is_fun, e sua principal característica é "Simply show which Reddit Subs allow Dogecoin Tipping.".
Baixar o arquivo CRX da Extensão Doge Helper
Baixe arquivos de extensão Doge Helper 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 small icon appears in the top right corner of the browser. A Red Icon means no tipping allowed. A Yellow Icon means tipping is allowed and mods have not banned it. A Green Icon means tipping has been allowed by the mods in the sub. Enjoy :) /u/coding_is_fun
Informações Básicas da Extensão
Nome | ![]() |
ID | elmagecemghfoepdmblmnmahacplalhi |
URL Oficial | https://chrome.google.com/webstore/detail/elmagecemghfoepdmblmnmahacplalhi |
Descrição | Simply show which Reddit Subs allow Dogecoin Tipping. |
Tamanho do Arquivo | 15.4 KB |
Contagem de Instalações | 23 |
Versão Atual | 2.0 |
Última Atualização | 2014-07-03 |
Data de Publicação | 2014-07-03 |
Desenvolvedor | coding_is_fun |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge Helper", "description": "Simply show which Reddit Subs allow Dogecoin Tipping.", "version": "2.0", "background": { "scripts": [ "DogeHelper.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "yellow.png", "default_popup": "DogeHelper.html" } } |