UUID Finder

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

O que é UUID Finder?

UUID Finder é uma extensão do Chrome desenvolvida por Professor Premium, 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

Baixar o arquivo CRX da Extensão UUID Finder

Baixe arquivos de extensão UUID Finder 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

                        This extension will automatically filter the page source code for Chegg URLs and display the UUID at the top of the page.
You could inspect Chegg URLs and hit CTRL+F to find the UUID. This extension simply automates that.

It does not show answer or anything that violates Chegg TOS.                    

Informações Básicas da Extensão

Nome UUID Finder UUID Finder
ID hdenpcfifhgoabfkmikpfbgoldfnddjk
URL Oficial https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk
Descrição This extension will automatically display the UUID at the top of the page.
Tamanho do Arquivo 16.24 KB
Contagem de Instalações 1,072
Versão Atual 0.0.3
Última Atualização 2021-10-27
Data de Publicação 2021-10-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Professor Premium
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/gNabeen/UUID-Finder/
URL da Página de Política de Privacidade https://www.chegg.com/privacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UUID Finder",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension will automatically display the UUID at the top of the page.",
    "homepage_url": "http:\/\/www.professorbot.me",
    "icons": {
        "16": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "UUID Finder",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/www.chegg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}