Cryptocurrency Faucets

Extension for the best and reliable Cryptocurrency Faucets

Что такое Cryptocurrency Faucets?

Cryptocurrency Faucets - это расширение Chrome, разработанное gofaucet, и его основная функция - "Extension for the best and reliable Cryptocurrency Faucets".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cryptocurrency Faucets

Скачайте файлы расширений Cryptocurrency Faucets в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cryptocurrency Faucets Cryptocurrency 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"
        ]
    }
}