Cryptocurrency Faucets
Extension for the best and reliable Cryptocurrency Faucets
Cryptocurrency Faucets क्या है?
Cryptocurrency Faucets gofaucet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for the best and reliable Cryptocurrency Faucets"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cryptocurrency Faucets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An organized list of Cryptocurrency Faucets, auto-faucets and PTC. Earn FREE bitcoin, dogecoin, litecoin and other cryptocurrencies from these faucets. I created an extension for myself to organize and quickly reference my favorite faucets. Thought I would share it will you. Its a work in progress and there are many more faucets I will add soon. If you would like to see other Cryptocurrency faucets on this app, email me or DM on Twitter "https://twitter.com/go_faucet". NOTE: You will need a FaucetHub (https://faucethub.io/signup) or a CoinPot (https://coinpot.co/) account to collect from most of these faucets.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aopdfjgkaphbpmhemeadmlcbfeddfeme |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme |
विवरण | Extension for the best and reliable Cryptocurrency Faucets |
फ़ाइल का आकार | 146 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2019-07-26 |
प्रकाशन तिथि | 2019-07-26 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | gofaucet |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Faucets", "version": "0.0.6", "description": "Extension for the best and reliable Cryptocurrency Faucets", "author": "Go Faucet", "icons": { "128": "fauceticon1.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "fauceticon1.png", "default_title": "Cryptocurrency Faucets" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "games.js" ] } } |