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是由https://anti-bitpay.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |