Omnivox Dark Theme
Omnivox Dark Theme by moukdot
Qu'est-ce que Omnivox Dark Theme ?
Omnivox Dark Theme est une extension Chrome développée par https://mouk.dev, et sa fonction principale est "Omnivox Dark Theme by moukdot".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Omnivox Dark Theme
Téléchargez les fichiers d'extension Omnivox Dark Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        Dark theme for Omnivox 
Thème sombre pour Omnivox
https://github.com/moukdot/omnivox-dark                     Informations de Base sur l'Extension
| Nom |   |  
| ID | najnjmkkfdjmocfdadcpacdanpmibbbb | 
| URL Officiel | https://chromewebstore.google.com/detail/omnivox-dark-theme/najnjmkkfdjmocfdadcpacdanpmibbbb | 
| Description | Omnivox Dark Theme by moukdot | 
| Taille du Fichier | 13.17 KB | 
| Nombre d'Installations | 143 | 
| Version Actuelle | 0.0.4 | 
| Dernière Mise à Jour | 2021-05-06 | 
| Date de Publication | 2020-09-21 | 
| Évaluation | 3.00/5 Total 2 Évaluations | 
| Développeur | https://mouk.dev | 
| [email protected] | |
| Type de Paiement | free | 
| Site Web de l'Extension | https://mouk.dev/ | 
| Langues Prises en Charge | 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\/*"
    ]
}  |  |