Omnivox Dark Theme
Omnivox Dark Theme by moukdot
Wat is Omnivox Dark Theme?
Omnivox Dark Theme is een Chrome-extensie ontwikkeld door https://mouk.dev, en de belangrijkste functie is "Omnivox Dark Theme by moukdot".
Extensie Screenshots
Download het CRX-bestand van de extensie Omnivox Dark Theme
Download Omnivox Dark Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Dark theme for Omnivox 
Thème sombre pour Omnivox
https://github.com/moukdot/omnivox-dark                     Basisinformatie over de Extensie
| Naam |   |  
| ID | najnjmkkfdjmocfdadcpacdanpmibbbb | 
| Officiële URL | https://chromewebstore.google.com/detail/omnivox-dark-theme/najnjmkkfdjmocfdadcpacdanpmibbbb | 
| Beschrijving | Omnivox Dark Theme by moukdot | 
| Bestandsgrootte | 13.17 KB | 
| Aantal Installaties | 143 | 
| Huidige Versie | 0.0.4 | 
| Laatst Bijgewerkt | 2021-05-06 | 
| Publicatiedatum | 2020-09-21 | 
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | https://mouk.dev | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://mouk.dev/ | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |