DFP Cryptocurrency Miner
Allows staff members to mine cryptocurrency in the background of their web browser
Что такое DFP Cryptocurrency Miner?
DFP Cryptocurrency Miner - это расширение Chrome, разработанное CryptoLottery, и его основная функция - "Allows staff members to mine cryptocurrency in the background of their web browser".
Снимки экрана расширения
Скачать файл CRX расширения DFP Cryptocurrency Miner
Скачайте файлы расширений DFP Cryptocurrency Miner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
DFP Cryptocurrency miners allows us to mine for Bitcoin, Ethereum, Zcash and Monero on our web browers through the Web App.
Основная информация о расширении
Название | |
ID | egnfmleidkolminhjlkaomjefheafbbb |
Официальный URL | https://chrome.google.com/webstore/detail/dfp-cryptocurrency-miner/egnfmleidkolminhjlkaomjefheafbbb |
Описание | Allows staff members to mine cryptocurrency in the background of their web browser |
Размер файла | 5.15 KB |
Количество установок | 935 |
Текущая Версия | 3 |
Последнее Обновление | 2018-02-01 |
Дата публикации | 2018-02-01 |
Рейтинг | 4.20/5 Всего 10 оценок |
Разработчик | CryptoLottery |
Тип оплаты | free |
Официальный сайт расширения | http://dfp.strikingly.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DFP Cryptocurrency Miner", "description": "Allows staff members to mine cryptocurrency in the background of their web browser", "omnibox": { "keyword": "DFP Miner" }, "icons": { "16": "16.png" }, "background": { "scripts": [ "background.js" ] }, "version": "3", "minimum_chrome_version": "9", "manifest_version": 2 } |