UUID Finder

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

Cos'è UUID Finder?

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

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UUID Finder

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

                        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.                    

Informazioni di Base sull'Estensione

Nome UUID Finder UUID Finder
ID hdenpcfifhgoabfkmikpfbgoldfnddjk
URL Ufficiale https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk
Descrizione This extension will automatically display the UUID at the top of the page.
Dimensione del File 16.24 KB
Conteggio Installazioni 1,072
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-10-27
Data di Pubblicazione 2021-10-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Professor Premium
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gNabeen/UUID-Finder/
URL della Pagina della Politica sulla Privacy https://www.chegg.com/privacypolicy
Lingue Supportate 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"
            ]
        }
    ]
}