Omnivox Dark Theme
Omnivox Dark Theme by moukdot
Cos'è Omnivox Dark Theme?
Omnivox Dark Theme è un'estensione di Chrome sviluppata da https://mouk.dev, e la sua funzione principale è "Omnivox Dark Theme by moukdot".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omnivox Dark Theme
Scarica i file di estensione Omnivox Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Dark theme for Omnivox Thème sombre pour Omnivox https://github.com/moukdot/omnivox-dark
Informazioni di Base sull'Estensione
Nome | Omnivox Dark Theme |
ID | najnjmkkfdjmocfdadcpacdanpmibbbb |
URL Ufficiale | https://chromewebstore.google.com/detail/omnivox-dark-theme/najnjmkkfdjmocfdadcpacdanpmibbbb |
Descrizione | Omnivox Dark Theme by moukdot |
Dimensione del File | 13.17 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2021-05-06 |
Data di Pubblicazione | 2020-09-21 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://mouk.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mouk.dev/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omnivox Dark Theme", "version": "0.0.4", "manifest_version": 2, "description": "Omnivox Dark Theme by moukdot", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/omnivox-dark-theme\/najnjmkkfdjmocfdadcpacdanpmibbbb", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.omnivox.ca\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_start", "exclude_matches": [ "https:\/\/*.omnivox.ca\/cvir\/ddle\/VisualiseDocument.aspx*" ] } ], "web_accessible_resources": [ "src\/inject\/icon.svg" ], "permissions": [ "storage", "https:\/\/*.omnivox.ca\/*" ] } |