Custom Google Classroom

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

Cos'è Custom Google Classroom?

Custom Google Classroom è un'estensione di Chrome sviluppata da ThatFriendlyIndianKid, e la sua funzione principale è "Customize your Google Classroom's with funny and cool backgrounds.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Custom Google Classroom

Scarica i file di estensione Custom Google Classroom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
URL Ufficiale https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Descrizione Customize your Google Classroom's with funny and cool backgrounds.
Dimensione del File 356 KB
Conteggio Installazioni 74
Versione Corrente 1.3
Ultimo Aggiornamento 2022-12-09
Data di Pubblicazione 2022-11-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore ThatFriendlyIndianKid
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://babymonie.github.io/cge
Lingue Supportate 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"
    }
}