Darklight- Brainly
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…
Darklight- Brainlyとは何ですか?
Darklight- BrainlyはDarian Aminによって開発されたChromeの拡張機能で、その主な機能は「This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…」です。
拡張機能のスクリーンショット
Darklight- Brainly拡張機能のCRXファイルをダウンロード
Darklight- Brainly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension works best with Brainly.com, we have now enabled the extension to work on all Brainly markets. Please be aware that some features may not transfer over into other markets.
拡張機能の基本情報
名前 | |
ID | ancdjjpkdogafpanohcfllbdmnbedhab |
公式URL | https://chrome.google.com/webstore/detail/darklight-brainly/ancdjjpkdogafpanohcfllbdmnbedhab |
説明 | This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension… |
ファイルサイズ | 418 KB |
インストール数 | 124 |
現在のバージョン | 2.3 |
最終更新日 | 2022-02-15 |
公開日 | 2021-02-08 |
評価 | 3.80/5 合計 10 レビュー |
開発者 | Darian Amin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://darklight.darianamin.me/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darklight- Brainly", "version": "2.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/brainly.com\/*", "*:\/\/brainly.in\/*", "*:\/\/brainly.lat\/*", "*:\/\/brainly.ph\/*", "*:\/\/brainly.co.id\/*", "*:\/\/nosdevoirs.fr\/*", "*:\/\/brainly.pl\/*", "*:\/\/eodev.coom\/*", "*:\/\/brainly.ro\/*", "*:\/\/Znanija.com\/*" ], "css": [ "style.css" ] } ], "browser_action": { "default_title": "Darklight- Brainly", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |