Dark Mode for Google classroom

This extension changes the theme of google classroom to dark.

What is Dark Mode for Google classroom?

Dark Mode for Google classroom is a Chrome extension developed by abbasmurtaza.dev, and its main feature is "This extension changes the theme of google classroom to dark.".

Extension Screenshots

screenshot

Download Dark Mode for Google classroom Extension CRX File

Download Dark Mode for Google classroom 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 extension changes the theme of google classroom to dark or semi midnight theme.                    

Extension Basic Information

Name Dark Mode for Google classroom Dark Mode for Google classroom
ID fogjhlkcpjpdgonmojejehkcefmgnaha
Official URL https://chromewebstore.google.com/detail/dark-mode-for-google-clas/fogjhlkcpjpdgonmojejehkcefmgnaha
Description This extension changes the theme of google classroom to dark.
File Size 23.99 KB
Installation Count 176
Current Version 1.0.0.0
Last Updated 2023-03-28
Publish Date 2023-03-28
Rating 3.89/5 Total 9 Ratings
Developer abbasmurtaza.dev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for Google classroom",
    "version": "1.0.0.0",
    "description": "This extension changes the theme of google classroom to dark.",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.classroom.google.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}