Dark2L
Dark Mode & Serenity Sounds for D2L in a Click!
What is Dark2L?
Dark2L is a Chrome extension developed by Jimmy Blanck, and its main feature is "Dark Mode & Serenity Sounds for D2L in a Click!".
Extension Screenshots
Download Dark2L Extension CRX File
Download Dark2L 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
Make D2L comfortable to use at night with dark mode! While studying, listen to relaxing sounds to focus and be more productive.
Extension Basic Information
Name | Dark2L |
ID | gnicfelefcgjpkjpjdmbpppkemanjbeb |
Official URL | https://chromewebstore.google.com/detail/dark2l/gnicfelefcgjpkjpjdmbpppkemanjbeb |
Description | Dark Mode & Serenity Sounds for D2L in a Click! |
File Size | 129 MB |
Installation Count | 302 |
Current Version | 2.0.2 |
Last Updated | 2023-11-15 |
Publish Date | 2021-03-02 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Jimmy Blanck |
[email protected] | |
Payment Type | free |
Extension Website | https://jbx.design/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "109", "permissions": [ "storage", "offscreen" ], "name": "Dark2L", "version": "2.0.2", "description": "Dark Mode & Serenity Sounds for D2L in a Click!", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/d2l*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "*.png", "\/audio\/*.mp3", "images\/*.png", "images\/*.gif", "images\/*.webp" ], "matches": [ "*:\/\/*\/*" ] } ] } |