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 |
电子邮箱 | [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" } } |