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 |
| 公式URL | 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 |
| Eメール | [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\/*"
]
}
]
} | |