Dark Duolingo
Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.
What is Dark Duolingo?
Dark Duolingo is a Chrome extension developed by Cory der Große, and its main feature is "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.".
Extension Screenshots
Download Dark Duolingo Extension CRX File
Download Dark Duolingo 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
This add-on will darken the Duolingo website's UI to put less strain on your eyes. This extension affects Duolingo's style only, not its functionality. To-Do List: start styling Research pages
Extension Basic Information
Name | Dark Duolingo |
ID | oecpphmlhglapklhnfoeffckahfmjhdl |
Official URL | https://chromewebstore.google.com/detail/dark-duolingo/oecpphmlhglapklhnfoeffckahfmjhdl |
Description | Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality. |
File Size | 35.6 KB |
Installation Count | 366 |
Current Version | 1.15 |
Last Updated | 2023-09-23 |
Publish Date | 2022-12-18 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Cory der Große |
[email protected] | |
Payment Type | free |
Extension Website | https://corydergrosse.github.io/ |
Help Page URL | https://corydergrosse.github.io/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Duolingo", "short_name": "Dark Duo", "description": "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.", "author": "Cory der Gro\u00dfe", "homepage_url": "https:\/\/corydergrosse.github.io", "version": "1.15", "manifest_version": 3, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.duolingo.com\/*" ], "css": [ "darkDuolingo.css" ] } ] } |