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" ] } ] } |