ScanGPT

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

ScanGPT क्या है?

ScanGPT https://scangpt.wtf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Our extension makes it simple to find GPT-generated text on any website or any text given to it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ScanGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
आधिकारिक URL https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
विवरण Our extension makes it simple to find GPT-generated text on any website or any text given to it.
फ़ाइल का आकार 17.63 KB
स्थापना संख्या 252
वर्तमान संस्करण 1.2.8
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2023-01-10
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://scangpt.wtf
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://scangpt.wtf
सहायता पृष्ठ URL https://scangpt.wtf/support
समर्थित भाषाएँ 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"
    }
}