StupID Dark Mode
Dark mode to StupID by injecting a stylesheet
Qu'est-ce que StupID Dark Mode ?
StupID Dark Mode est une extension Chrome développée par StupidLogoChromeExtension, et sa fonction principale est "Dark mode to StupID by injecting a stylesheet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StupID Dark Mode
Téléchargez les fichiers d'extension StupID Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome Browser Extension to add dark mode to StupID by injecting a stylesheet.
Informations de Base sur l'Extension
Nom | StupID Dark Mode |
ID | fagenjpogifjohbjmdlomhkpbipkmeel |
URL Officiel | https://chromewebstore.google.com/detail/stupid-dark-mode/fagenjpogifjohbjmdlomhkpbipkmeel |
Description | Dark mode to StupID by injecting a stylesheet |
Taille du Fichier | 265 KB |
Nombre d'Installations | 41 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-12-17 |
Date de Publication | 2020-07-28 |
Développeur | StupidLogoChromeExtension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JoHoop/studip-logo-mod |
URL de la Page d'Aide | https://github.com/JoHoop/studip-logo-mod |
Langues Prises en Charge | 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 } ] } |