Custom Google Classroom

Customize your Google Classroom's with funny and cool backgrounds.

Wat is Custom Google Classroom?

Custom Google Classroom is een Chrome-extensie ontwikkeld door ThatFriendlyIndianKid, en de belangrijkste functie is "Customize your Google Classroom's with funny and cool backgrounds.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Custom Google Classroom

Download Custom Google Classroom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Customize your Google Classroom's with funny and cool backgrounds, and custom class name.                    

Basisinformatie over de Extensie

Naam Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
Officiële URL https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Beschrijving Customize your Google Classroom's with funny and cool backgrounds.
Bestandsgrootte 356 KB
Aantal Installaties 74
Huidige Versie 1.3
Laatst Bijgewerkt 2022-12-09
Publicatiedatum 2022-11-14
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ThatFriendlyIndianKid
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://babymonie.github.io/cge
Ondersteunde Talen 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"
    }
}