Orion Premint Indicator
Get status of your Premint raffles quickly
Hvad er Orion Premint Indicator?
Orion Premint Indicator er en Chrome-udvidelse udviklet af sandgine, og dens hovedfunktion er "Get status of your Premint raffles quickly".
Udvidelsesskærmbilleder
Download Orion Premint Indicator-udvidelses-CRX-fil
Download Orion Premint Indicator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
View the results of the raffles you registered for on the Premint site without opening the verification page Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dgcfomnakkbofoagoghiiakcfleoobkd |
| Officiel URL | https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd |
| Beskrivelse | Get status of your Premint raffles quickly |
| Filstørrelse | 20.32 KB |
| Antal Installationer | 326 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-08-20 |
| Udgivelsesdato | 2022-06-29 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | sandgine |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |