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 là gì?
Bitpay Decoder là một tiện ích mở rộng Chrome được phát triển bởi https://anti-bitpay.com, và tính năng chính của nó là "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitpay Decoder
Tải xuống các tệp mở rộng Bitpay Decoder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odaplcmajclbcoabcbejiinbklfedhek |
URL Chính Thức | https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek |
Mô tả | With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2019-01-17 |
Ngày Phát Hành | 2019-01-17 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://anti-bitpay.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://anti-bitpay.com |
URL Trang Chính Sách Bảo Mật | https://universe-internet.com/datenschutz.php |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |