Custom Google Classroom
Customize your Google Classroom's with funny and cool backgrounds.
What is Custom Google Classroom?
Custom Google Classroom is a Chrome extension developed by ThatFriendlyIndianKid, and its main feature is "Customize your Google Classroom's with funny and cool backgrounds.".
Extension Screenshots
Download Custom Google Classroom Extension CRX File
Download Custom 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
Customize your Google Classroom's with funny and cool backgrounds, and custom class name.
Extension Basic Information
Name | Custom Google Classroom |
ID | kjalceblmioiimlklhnboengdaeohlik |
Official URL | https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik |
Description | Customize your Google Classroom's with funny and cool backgrounds. |
File Size | 356 KB |
Installation Count | 74 |
Current Version | 1.3 |
Last Updated | 2022-12-09 |
Publish Date | 2022-11-14 |
Rating | 1.00/5 Total 1 Ratings |
Developer | ThatFriendlyIndianKid |
[email protected] | |
Payment Type | free |
Extension Website | https://babymonie.github.io/cge |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Google Classroom", "description": "Customize your Google Classroom's with funny and cool backgrounds.", "version": "1.3", "action": { "default_popup": "popup.html", "default_title": "Custom Google Classroom", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "permissions": [ "activeTab", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.classroom.google.com\/*" ], "background": { "service_worker": "background.js" } } |