Ludus Darkmode
Ludus i Darkmode - Stadig i beta
What is Ludus Darkmode?
Ludus Darkmode is a Chrome extension developed by sorenemil16, and its main feature is "Ludus i Darkmode - Stadig i beta".
Extension Screenshots
Download Ludus Darkmode Extension CRX File
Download Ludus Darkmode 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
Ludus i Darkmode - Stadig i beta
Extension Basic Information
Name | Ludus Darkmode |
ID | pnnbhbhdgbonkcflnlanfdognljaenah |
Official URL | https://chromewebstore.google.com/detail/ludus-darkmode/pnnbhbhdgbonkcflnlanfdognljaenah |
Description | Ludus i Darkmode - Stadig i beta |
File Size | 1.64 MB |
Installation Count | 33 |
Current Version | 1.5 |
Last Updated | 2020-12-16 |
Publish Date | 2020-09-08 |
Rating | 4.44/5 Total 9 Ratings |
Developer | sorenemil16 |
[email protected] | |
Payment Type | free |
Supported Languages | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ludus Darkmode", "version": "1.5", "manifest_version": 2, "author": "S\u00f8ren Emil Schmidt-Laugesen", "icons": { "128": ".\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/ludusweb.akat.dk\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] }, { "matches": [ "https:\/\/ludusweb.akat.dk\/" ], "css": [ "kursist.css" ] } ] } |