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