Doge Faucets Helper
Provide help for the use of Doge Faucets.
Co to jest Doge Faucets Helper?
Doge Faucets Helper to rozszerzenie Chrome opracowane przez matheod, a jego główną funkcją jest „Provide help for the use of Doge Faucets.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Doge Faucets Helper
Pobierz pliki rozszerzeń Doge Faucets 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
WARNING : Work In Progress ! - Provide timer to know when you can go back to the faucet - Autofill of wallet adress in faucet - An indictor to know if you correctly entered the capcha - Some stats (number of time you use the faucet, average win, total accumulated)
Podstawowe informacje o rozszerzeniu
Nazwa | Doge Faucets Helper |
ID | oegfhhkackbolbkonglooolndlbpmocm |
Oficjalny URL | https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm |
Opis | Provide help for the use of Doge Faucets. |
Rozmiar pliku | 56.67 KB |
Liczba instalacji | 158 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-05-02 |
Data Publikacji | 2014-05-02 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | matheod |
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 Faucets Helper", "description": "Provide help for the use of Doge Faucets.", "version": "1.0.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "omnibox": { "keyword": "faucet" }, "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Doge Faucets Helper", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/*.png" ] } |