Omnivox Dark Theme
Omnivox Dark Theme by moukdot
Apa itu Omnivox Dark Theme?
Omnivox Dark Theme adalah ekstensi Chrome yang dikembangkan oleh https://mouk.dev, dan fitur utamanya adalah "Omnivox Dark Theme by moukdot".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Omnivox Dark Theme
Unduh file ekstensi Omnivox Dark Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Dark theme for Omnivox Thème sombre pour Omnivox https://github.com/moukdot/omnivox-dark
Informasi Dasar Ekstensi
Nama | Omnivox Dark Theme |
ID | najnjmkkfdjmocfdadcpacdanpmibbbb |
URL Resmi | https://chromewebstore.google.com/detail/omnivox-dark-theme/najnjmkkfdjmocfdadcpacdanpmibbbb |
Deskripsi | Omnivox Dark Theme by moukdot |
Ukuran File | 13.17 KB |
Jumlah Instalasi | 143 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2021-05-06 |
Tanggal Publikasi | 2020-09-21 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://mouk.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mouk.dev/ |
Bahasa yang Didukung | 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\/*" ] } |