Custom Google Classroom

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

Qu'est-ce que Custom Google Classroom ?

Custom Google Classroom est une extension Chrome développée par ThatFriendlyIndianKid, et sa fonction principale est "Customize your Google Classroom's with funny and cool backgrounds.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Custom Google Classroom

Téléchargez les fichiers d'extension Custom Google Classroom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
URL Officiel https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Description Customize your Google Classroom's with funny and cool backgrounds.
Taille du Fichier 356 KB
Nombre d'Installations 74
Version Actuelle 1.3
Dernière Mise à Jour 2022-12-09
Date de Publication 2022-11-14
Évaluation 1.00/5 Total 1 Évaluations
Développeur ThatFriendlyIndianKid
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://babymonie.github.io/cge
Langues Prises en Charge 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"
    }
}