Bitpay Decoder
With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Что такое Bitpay Decoder?
Bitpay Decoder - это расширение Chrome, разработанное https://anti-bitpay.com, и его основная функция - "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".
Снимки экрана расширения
Скачать файл CRX расширения Bitpay Decoder
Скачайте файлы расширений Bitpay Decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With this Chrome extension, you have the opportunity to bypass the annoying Bitpay Invoice URLs and get direct access to all the Information`s you need with just one click.
Основная информация о расширении
Название | |
ID | odaplcmajclbcoabcbejiinbklfedhek |
Официальный URL | https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek |
Описание | With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click. |
Размер файла | 163 KB |
Количество установок | 80 |
Текущая Версия | 0.0.7 |
Последнее Обновление | 2019-01-17 |
Дата публикации | 2019-01-17 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://anti-bitpay.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://anti-bitpay.com |
URL страницы политики конфиденциальности | https://universe-internet.com/datenschutz.php |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitpay Decoder", "version": "0.0.7", "manifest_version": 2, "description": "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.", "homepage_url": "https:\/\/anti-bitpay.com", "web_accessible_resources": [ "anti-bitpay.png" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Bitpay Decoder by Anti-Bitpay.com", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/bitpay.com\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/jquery-3.3.1.min.js" ], "web_accessible_resources": [ "src\/inject\/inject.js" ] } ] } |