Doge Helper
Simply show which Reddit Subs allow Dogecoin Tipping.
Wat is Doge Helper?
Doge Helper is een Chrome-extensie ontwikkeld door coding_is_fun, en de belangrijkste functie is "Simply show which Reddit Subs allow Dogecoin Tipping.".
Download het CRX-bestand van de extensie Doge Helper
Download Doge Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | elmagecemghfoepdmblmnmahacplalhi |
Officiële URL | https://chrome.google.com/webstore/detail/elmagecemghfoepdmblmnmahacplalhi |
Beschrijving | Simply show which Reddit Subs allow Dogecoin Tipping. |
Bestandsgrootte | 15.4 KB |
Aantal Installaties | 23 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-07-03 |
Publicatiedatum | 2014-07-03 |
Ontwikkelaar | coding_is_fun |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |