Orion Premint Indicator
Get status of your Premint raffles quickly
Was ist Orion Premint Indicator?
Orion Premint Indicator ist eine Chrome-Erweiterung, die von sandgine entwickelt wurde, und ihr Hauptmerkmal ist "Get status of your Premint raffles quickly".
Erweiterungsscreenshots
Orion Premint Indicator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Orion Premint Indicator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
View the results of the raffles you registered for on the Premint site without opening the verification page
Grundlegende Informationen zur Erweiterung
Name | Orion Premint Indicator |
ID | dgcfomnakkbofoagoghiiakcfleoobkd |
Offizielle URL | https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd |
Beschreibung | Get status of your Premint raffles quickly |
Dateigröße | 20.32 KB |
Installationsanzahl | 326 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-08-20 |
Veröffentlichungsdatum | 2022-06-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | sandgine |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |