SUSCHEGG UUID

This extension will automatically display the UUID at the top of the page.

Apa itu SUSCHEGG UUID?

SUSCHEGG UUID adalah ekstensi Chrome yang dikembangkan oleh getvexer, dan fitur utamanya adalah "This extension will automatically display the UUID at the top of the page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SUSCHEGG UUID

Unduh file ekstensi SUSCHEGG UUID 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

                        Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/                    

Informasi Dasar Ekstensi

Nama SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
URL Resmi https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Deskripsi This extension will automatically display the UUID at the top of the page.
Ukuran File 13.34 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-04
Tanggal Publikasi 2022-10-04
Penilaian 3.67/5 Total 3 Penilaian
Pengembang getvexer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://suschegg.com/
URL Halaman Bantuan https://suschegg.com/discord
URL Halaman Kebijakan Privasi https://suschegg.com/tos
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SUSCHEGG UUID",
    "version": "1.0",
    "manifest_version": 3,
    "description": "This extension will automatically display the UUID at the top of the page.",
    "homepage_url": "http:\/\/suschegg.com\/",
    "icons": {
        "16": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "SUSCHEGG UUID",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "host_permissions": [
        "https:\/\/www.chegg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}