Custom Google Classroom

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

Apa itu Custom Google Classroom?

Custom Google Classroom adalah ekstensi Chrome yang dikembangkan oleh ThatFriendlyIndianKid, dan fitur utamanya adalah "Customize your Google Classroom's with funny and cool backgrounds.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Custom Google Classroom

Unduh file ekstensi Custom Google Classroom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Custom Google Classroom Custom Google Classroom
ID kjalceblmioiimlklhnboengdaeohlik
URL Resmi https://chromewebstore.google.com/detail/custom-google-classroom/kjalceblmioiimlklhnboengdaeohlik
Deskripsi Customize your Google Classroom's with funny and cool backgrounds.
Ukuran File 356 KB
Jumlah Instalasi 74
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-12-09
Tanggal Publikasi 2022-11-14
Penilaian 1.00/5 Total 1 Penilaian
Pengembang ThatFriendlyIndianKid
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://babymonie.github.io/cge
Bahasa yang Didukung 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"
    }
}