SUSCHEGG UUID

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

O que é SUSCHEGG UUID?

SUSCHEGG UUID é uma extensão do Chrome desenvolvida por getvexer, e sua principal característica é "This extension will automatically display the UUID at the top of the page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SUSCHEGG UUID

Baixe arquivos de extensão SUSCHEGG UUID no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
URL Oficial https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Descrição This extension will automatically display the UUID at the top of the page.
Tamanho do Arquivo 13.34 KB
Contagem de Instalações 53
Versão Atual 1.0
Última Atualização 2022-10-04
Data de Publicação 2022-10-04
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor getvexer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://suschegg.com/
URL da Página de Ajuda https://suschegg.com/discord
URL da Página de Política de Privacidade https://suschegg.com/tos
Idiomas Suportados 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"
            ]
        }
    ]
}