CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
Τι είναι το CardSpotter (Magic Card Spotter);
Το CardSpotter (Magic Card Spotter) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonas, και η κύρια λειτουργία του είναι "Automatic card image tooltips for MTG video streams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CardSpotter (Magic Card Spotter)
Λήψη αρχείων επέκτασης CardSpotter (Magic Card Spotter) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Magic CardSpotter shows card image tooltips for
Βασικές Πληροφορίες Επέκτασης
Όνομα | CardSpotter (Magic Card Spotter) |
ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
Επίσημο URL | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
Περιγραφή | Automatic card image tooltips for MTG video streams. |
Μέγεθος Αρχείου | 8.42 MB |
Αριθμός Εγκαταστάσεων | 444 |
Τρέχουσα Έκδοση | 3.16 |
Τελευταία Ενημέρωση | 2021-07-13 |
Ημερομηνία Δημοσίευσης | 2020-04-21 |
Αξιολόγηση | 4.56/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Jonas |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/relgin/cardspotter |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/relgin/cardspotter |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js", "worker_proxy.js" ] }, "browser_action": { "default_icon": "csLogo128.png", "default_title": "Magic CardSpotter" }, "description": "Automatic card image tooltips for MTG video streams.", "icons": { "128": "csLogo128.png", "16": "csLogo16.png", "48": "csLogo48.png" }, "manifest_version": 2, "name": "CardSpotter (Magic Card Spotter)", "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab" ], "short_name": "CardSpotter", "version": "3.16", "web_accessible_resources": [ "worker_proxy.html", "content_script.css", "worker.js", "cardspotter.js", "magic.db", "cardspotter.wasm", "content_script.js", "options.js", "options.html", "css\/materialdesignicons.min.css", "images\/*", "fonts\/*", "csLogo16.png", "cardspottername.png" ] } |