SUSCHEGG UUID

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

Co to jest SUSCHEGG UUID?

SUSCHEGG UUID to rozszerzenie Chrome opracowane przez getvexer, a jego główną funkcją jest „This extension will automatically display the UUID at the top of the page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SUSCHEGG UUID

Pobierz pliki rozszerzeń SUSCHEGG UUID w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
Oficjalny URL https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Opis This extension will automatically display the UUID at the top of the page.
Rozmiar pliku 13.34 KB
Liczba instalacji 53
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-10-04
Data Publikacji 2022-10-04
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper getvexer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://suschegg.com/
Adres URL Strony Pomocy https://suschegg.com/discord
Adres URL Strony Polityki Prywatności https://suschegg.com/tos
Obsługiwane Języki 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"
            ]
        }
    ]
}