Doulingo Darkmode
Changes the duolingo werbsite to darkmode
What is Doulingo Darkmode?
Doulingo Darkmode is a Chrome extension developed by YannikHoeflich, and its main feature is "Changes the duolingo werbsite to darkmode".
Extension Screenshots
Download Doulingo Darkmode Extension CRX File
Download Doulingo Darkmode 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
Gives the Duolingo Webpage a Darkmode.
Extension Basic Information
Name | Doulingo Darkmode |
ID | kinhdlpfleklibmdlgppipidahjhmfgh |
Official URL | https://chromewebstore.google.com/detail/doulingo-darkmode/kinhdlpfleklibmdlgppipidahjhmfgh |
Description | Changes the duolingo werbsite to darkmode |
File Size | 3.75 KB |
Installation Count | 511 |
Current Version | 1.1.0 |
Last Updated | 2022-11-21 |
Publish Date | 2022-11-04 |
Developer | YannikHoeflich |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Doulingo Darkmode", "version": "1.1.0", "description": "Changes the duolingo werbsite to darkmode", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.duolingo.com\/*" ] } ] } |