StupID Dark Mode
Dark mode to StupID by injecting a stylesheet
Wat is StupID Dark Mode?
StupID Dark Mode is een Chrome-extensie ontwikkeld door StupidLogoChromeExtension, en de belangrijkste functie is "Dark mode to StupID by injecting a stylesheet".
Extensie Screenshots
Download het CRX-bestand van de extensie StupID Dark Mode
Download StupID Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome Browser Extension to add dark mode to StupID by injecting a stylesheet.
Basisinformatie over de Extensie
Naam | StupID Dark Mode |
ID | fagenjpogifjohbjmdlomhkpbipkmeel |
Officiële URL | https://chromewebstore.google.com/detail/stupid-dark-mode/fagenjpogifjohbjmdlomhkpbipkmeel |
Beschrijving | Dark mode to StupID by injecting a stylesheet |
Bestandsgrootte | 265 KB |
Aantal Installaties | 41 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2020-12-17 |
Publicatiedatum | 2020-07-28 |
Ontwikkelaar | StupidLogoChromeExtension |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/JoHoop/studip-logo-mod |
Help Pagina-URL | https://github.com/JoHoop/studip-logo-mod |
Ondersteunde Talen | 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 } ] } |