Doge Helper
Simply show which Reddit Subs allow Dogecoin Tipping.
Co to jest Doge Helper?
Doge Helper to rozszerzenie Chrome opracowane przez coding_is_fun, a jego główną funkcją jest „Simply show which Reddit Subs allow Dogecoin Tipping.”.
Pobierz plik CRX rozszerzenia Doge Helper
Pobierz pliki rozszerzeń Doge Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | elmagecemghfoepdmblmnmahacplalhi |
Oficjalny URL | https://chrome.google.com/webstore/detail/elmagecemghfoepdmblmnmahacplalhi |
Opis | Simply show which Reddit Subs allow Dogecoin Tipping. |
Rozmiar pliku | 15.4 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2014-07-03 |
Data Publikacji | 2014-07-03 |
Deweloper | coding_is_fun |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |