DarkClassroom

Google Classroom Dark Mode

What is DarkClassroom?

DarkClassroom is a Chrome extension developed by Cheru Berhanu, and its main feature is "Google Classroom Dark Mode".

Extension Screenshots

screenshot

Download DarkClassroom Extension CRX File

Download DarkClassroom 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

                        Inject CSS to give Google Classroom a dark mode.                    

Extension Basic Information

Name DarkClassroom DarkClassroom
ID lbfnffbbnlmbikffmcpcibgnehokefbj
Official URL https://chromewebstore.google.com/detail/darkclassroom/lbfnffbbnlmbikffmcpcibgnehokefbj
Description Google Classroom Dark Mode
File Size 4.59 KB
Installation Count 20
Current Version 1.0.0
Last Updated 2022-04-06
Publish Date 2022-04-06
Rating 4.50/5 Total 2 Ratings
Developer Cheru Berhanu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DarkClassroom",
    "description": "Google Classroom Dark Mode",
    "version": "1.0.0",
    "author": "Cheru Berhanu",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/classroom.google.com\/*"
    ]
}