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…"입니다.

확장 프로그램 스크린샷

screenshot

Darklight- Brainly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Darklight- Brainly Darklight- Brainly
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"
    }
}