ScanGPT

Our extension makes it simple to find GPT-generated text on any website or any text given to it.

Cos'è ScanGPT?

ScanGPT è un'estensione di Chrome sviluppata da https://scangpt.wtf, e la sua funzione principale è "Our extension makes it simple to find GPT-generated text on any website or any text given to it.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ScanGPT

Scarica i file di estensione ScanGPT 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 Chrome extension makes it easy to find GPT-generated text on any web page. By quickly scanning the page contents with the click of a button, users can easily identify GPT-generated text and determine whether or not it is relevant to their search. The extension shows GPT probability for each paragraph in the site.  With this useful extension, users can quickly and easily find GPT-generated text on any web page. The extension now even lets you can the text you provide to it and give accurate results.                    

Informazioni di Base sull'Estensione

Nome ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
URL Ufficiale https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
Descrizione Our extension makes it simple to find GPT-generated text on any website or any text given to it.
Dimensione del File 17.63 KB
Conteggio Installazioni 252
Versione Corrente 1.2.8
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2023-01-10
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://scangpt.wtf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://scangpt.wtf
URL della Pagina di Aiuto https://scangpt.wtf/support
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScanGPT",
    "description": "Our extension makes it simple to find GPT-generated text on any website or any text given to it.",
    "version": "1.2.8",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/scangpt.wtf\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "scan-gpt.png",
        "48": "scan-gpt.png",
        "128": "scan-gpt.png"
    },
    "action": {
        "default_icon": "scan-gpt.png",
        "default_popup": "popup.html",
        "default_title": "ScanGPT"
    }
}