ScanGPT

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

Qu'est-ce que ScanGPT ?

ScanGPT est une extension Chrome développée par https://scangpt.wtf, et sa fonction principale est "Our extension makes it simple to find GPT-generated text on any website or any text given to it.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ScanGPT

Téléchargez les fichiers d'extension ScanGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
URL Officiel https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
Description Our extension makes it simple to find GPT-generated text on any website or any text given to it.
Taille du Fichier 17.63 KB
Nombre d'Installations 252
Version Actuelle 1.2.8
Dernière Mise à Jour 2024-02-28
Date de Publication 2023-01-10
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://scangpt.wtf
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://scangpt.wtf
URL de la Page d'Aide https://scangpt.wtf/support
Langues Prises en Charge 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"
    }
}