SUSCHEGG UUID

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

Cos'è SUSCHEGG UUID?

SUSCHEGG UUID è un'estensione di Chrome sviluppata da getvexer, e la sua funzione principale è "This extension will automatically display the UUID at the top of the page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SUSCHEGG UUID

Scarica i file di estensione SUSCHEGG UUID 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

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

Informazioni di Base sull'Estensione

Nome SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
URL Ufficiale https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Descrizione This extension will automatically display the UUID at the top of the page.
Dimensione del File 13.34 KB
Conteggio Installazioni 53
Versione Corrente 1.0
Ultimo Aggiornamento 2022-10-04
Data di Pubblicazione 2022-10-04
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore getvexer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://suschegg.com/
URL della Pagina di Aiuto https://suschegg.com/discord
URL della Pagina della Politica sulla Privacy https://suschegg.com/tos
Lingue Supportate 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"
            ]
        }
    ]
}