Orion Premint Indicator
Get status of your Premint raffles quickly
Τι είναι το Orion Premint Indicator;
Το Orion Premint Indicator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sandgine, και η κύρια λειτουργία του είναι "Get status of your Premint raffles quickly".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Orion Premint Indicator
Λήψη αρχείων επέκτασης Orion Premint Indicator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
View the results of the raffles you registered for on the Premint site without opening the verification page
Βασικές Πληροφορίες Επέκτασης
Όνομα | Orion Premint Indicator |
ID | dgcfomnakkbofoagoghiiakcfleoobkd |
Επίσημο URL | https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd |
Περιγραφή | Get status of your Premint raffles quickly |
Μέγεθος Αρχείου | 20.32 KB |
Αριθμός Εγκαταστάσεων | 326 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2022-08-20 |
Ημερομηνία Δημοσίευσης | 2022-06-29 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | sandgine |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orion Premint Indicator", "description": "Get status of your Premint raffles quickly", "version": "1.1", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "default_title": "Premint Indicator" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.premint.xyz\/collectors\/entries\/" ], "run_at": "document_start", "js": [ "contentScripts.js" ] } ] } |