Dark-Numworks
A chrome add-on to make the numworks workshop website darker.
What is Dark-Numworks?
Dark-Numworks is a Chrome extension developed by CZX - Dev, and its main feature is "A chrome add-on to make the numworks workshop website darker.".
Extension Screenshots
Download Dark-Numworks Extension CRX File
Download Dark-Numworks 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
[FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main! [ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme!
Extension Basic Information
Name | Dark-Numworks |
ID | hpjcifgaejbdpnkdbiifofodhbmpmjij |
Official URL | https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij |
Description | A chrome add-on to make the numworks workshop website darker. |
File Size | 39.56 KB |
Installation Count | 50 |
Current Version | 0.1.4 |
Last Updated | 2019-11-27 |
Publish Date | 2019-11-27 |
Rating | 4.50/5 Total 2 Ratings |
Developer | CZX - Dev |
Payment Type | free |
Extension Website | https://github.com/Cozax/numworks-site-dark-theme |
Help Page URL | https://github.com/Cozax/numworks-site-dark-theme/issues |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark-Numworks", "version": "0.1.4", "description": "A chrome add-on to make the numworks workshop website darker.", "permissions": [ "storage" ], "icons": { "16": "22596700.png", "128": "22596700.png" }, "content_scripts": [ { "css": [ "styles.css", "dn-options.css" ], "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/workshop.numworks.com\/*" ] } ] } |