Doulingo Darkmode
Changes the duolingo werbsite to darkmode
什麼是Doulingo Darkmode?
Doulingo Darkmode是由YannikHoeflich開發的Chrome擴展程式,該擴展的主要功能是“Changes the duolingo werbsite to darkmode”。
擴展截圖
下載Doulingo Darkmode擴展crx文件
下載Doulingo Darkmode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Gives the Duolingo Webpage a Darkmode. 擴展基本資訊
| 名稱 | |
| ID | kinhdlpfleklibmdlgppipidahjhmfgh |
| 官方網址 | https://chromewebstore.google.com/detail/doulingo-darkmode/kinhdlpfleklibmdlgppipidahjhmfgh |
| 簡介 | Changes the duolingo werbsite to darkmode |
| 檔案大小 | 3.75 KB |
| 安裝次數 | 511 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2022-11-21 |
| 上架時間 | 2022-11-04 |
| 開發者 | YannikHoeflich |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
}
]
} | |