Darklight- Brainly
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…
What is Darklight- Brainly?
Darklight- Brainly is a Chrome extension developed by Darian Amin, and its main feature is "This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…".
Extension Screenshots
Download Darklight- Brainly Extension CRX File
Download Darklight- Brainly 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
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.
Extension Basic Information
Name | |
ID | ancdjjpkdogafpanohcfllbdmnbedhab |
Official URL | https://chrome.google.com/webstore/detail/darklight-brainly/ancdjjpkdogafpanohcfllbdmnbedhab |
Description | This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension… |
File Size | 418 KB |
Installation Count | 124 |
Current Version | 2.3 |
Last Updated | 2022-02-15 |
Publish Date | 2021-02-08 |
Rating | 3.80/5 Total 10 Ratings |
Developer | Darian Amin |
[email protected] | |
Payment Type | free |
Extension Website | https://darklight.darianamin.me/ |
Supported Languages | 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" } } |