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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |