ScanGPT

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

Wat is ScanGPT?

ScanGPT is een Chrome-extensie ontwikkeld door https://scangpt.wtf, en de belangrijkste functie is "Our extension makes it simple to find GPT-generated text on any website or any text given to it.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ScanGPT

Download ScanGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
Officiële URL https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
Beschrijving Our extension makes it simple to find GPT-generated text on any website or any text given to it.
Bestandsgrootte 17.63 KB
Aantal Installaties 252
Huidige Versie 1.2.8
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2023-01-10
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://scangpt.wtf
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://scangpt.wtf
Help Pagina-URL https://scangpt.wtf/support
Ondersteunde Talen 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"
    }
}