Omnivox Dark Theme
Omnivox Dark Theme by moukdot
What is Omnivox Dark Theme?
Omnivox Dark Theme is a Chrome extension developed by https://mouk.dev, and its main feature is "Omnivox Dark Theme by moukdot".
Extension Screenshots
Download Omnivox Dark Theme Extension CRX File
Download Omnivox Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        Dark theme for Omnivox 
Thème sombre pour Omnivox
https://github.com/moukdot/omnivox-dark                     Extension Basic Information
| Name |   |  
| ID | najnjmkkfdjmocfdadcpacdanpmibbbb | 
| Official URL | https://chromewebstore.google.com/detail/omnivox-dark-theme/najnjmkkfdjmocfdadcpacdanpmibbbb | 
| Description | Omnivox Dark Theme by moukdot | 
| File Size | 13.17 KB | 
| Installation Count | 143 | 
| Current Version | 0.0.4 | 
| Last Updated | 2021-05-06 | 
| Publish Date | 2020-09-21 | 
| Rating | 3.00/5 Total 2 Ratings | 
| Developer | https://mouk.dev | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://mouk.dev/ | 
| Supported Languages | 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\/*"
    ]
}  |  |