Doge Helper
Simply show which Reddit Subs allow Dogecoin Tipping.
What is Doge Helper?
Doge Helper is a Chrome extension developed by coding_is_fun, and its main feature is "Simply show which Reddit Subs allow Dogecoin Tipping.".
Download Doge Helper Extension CRX File
Download Doge Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | elmagecemghfoepdmblmnmahacplalhi |
Official URL | https://chrome.google.com/webstore/detail/elmagecemghfoepdmblmnmahacplalhi |
Description | Simply show which Reddit Subs allow Dogecoin Tipping. |
File Size | 15.4 KB |
Installation Count | 23 |
Current Version | 2.0 |
Last Updated | 2014-07-03 |
Publish Date | 2014-07-03 |
Developer | coding_is_fun |
Payment Type | free |
Supported Languages | 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" } } |