Duolingo Themes Settings (DTS)
Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
What is Duolingo Themes Settings (DTS)?
Duolingo Themes Settings (DTS) is a Chrome extension developed by Skilloff1337, and its main feature is "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".
Extension Screenshots
Download Duolingo Themes Settings (DTS) Extension CRX File
Download Duolingo Themes Settings (DTS) 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
Duolingo Themes Setting - This is an open source extension that will allow you to change the color scheme on the Duolingo.com website to ready-made ones. And you can also customize the color scheme for yourself by turning on manual settings. Github repository - github.com/skilloff1337/Google-Extension-Duolingo-Themes-Settings
Extension Basic Information
Name | Duolingo Themes Settings (DTS) |
ID | jmcdcojopmbdjpfjnndnfbjcddjellic |
Official URL | https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic |
Description | Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com. |
File Size | 8.3 MB |
Installation Count | 270 |
Current Version | 1.2.28 |
Last Updated | 2023-06-09 |
Publish Date | 2022-08-04 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Skilloff1337 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Duolingo Themes Settings (DTS)", "version": "1.2.28", "description": "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.", "icons": { "128": "Images\/duo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*" ], "css": [ "style.css" ], "js": [ "duolingo.js" ] } ], "permissions": [ "storage" ], "action": { "default_title": "Duolingo Themes Settings (DTS)", "default_popup": "Popup.html" } } |