StupID Dark Mode
Dark mode to StupID by injecting a stylesheet
What is StupID Dark Mode?
StupID Dark Mode is a Chrome extension developed by StupidLogoChromeExtension, and its main feature is "Dark mode to StupID by injecting a stylesheet".
Extension Screenshots
Download StupID Dark Mode Extension CRX File
Download StupID Dark Mode 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
Chrome Browser Extension to add dark mode to StupID by injecting a stylesheet.
Extension Basic Information
Name | StupID Dark Mode |
ID | fagenjpogifjohbjmdlomhkpbipkmeel |
Official URL | https://chromewebstore.google.com/detail/stupid-dark-mode/fagenjpogifjohbjmdlomhkpbipkmeel |
Description | Dark mode to StupID by injecting a stylesheet |
File Size | 265 KB |
Installation Count | 41 |
Current Version | 2.0 |
Last Updated | 2020-12-17 |
Publish Date | 2020-07-28 |
Developer | StupidLogoChromeExtension |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JoHoop/studip-logo-mod |
Help Page URL | https://github.com/JoHoop/studip-logo-mod |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StupID Dark Mode", "version": "2.0", "description": "Dark mode to StupID by injecting a stylesheet", "author": "JoHoop", "icons": { "128": "assets\/icon.png" }, "homepage_url": "https:\/\/github.com\/JoHoop\/studip-dark-mode", "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": "assets\/icon.png", "default_title": "StupID Dark Mode" }, "content_scripts": [ { "matches": [ "https:\/\/elearning.uni-bremen.de\/*" ], "run_at": "document_end", "js": [ "logo.js" ], "css": [ "styles.css" ], "all_frames": true } ] } |