GPT-3 Detector

Detects the likelihood that a given text was generated by GPT-3.

GPT-3 Detector क्या है?

GPT-3 Detector jovanovic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects the likelihood that a given text was generated by GPT-3."।

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever wondered if a Tweet, LinkedIn blog post, or email was written using GPT-3, the language model developed by OpenAI? With its ability to mimic human writing, it can be difficult to determine whether a piece of text was written by an AI or a human.

This Chrome extension makes it easy to detect any text that has been written or altered by GPT-3. Simply enter at least 50 characters of the given text and click submit. The extension will use the huggingface.co/openai-detector API to tell you the probability that your text extract was written by an AI.

To get started, simply install the extension and try submitting this description text to see if it has been altered by GPT-3.                    

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

नाम GPT-3 Detector GPT-3 Detector
ID omokfbakobiaindjjndfmblhadkpkokd
आधिकारिक URL https://chromewebstore.google.com/detail/gpt-3-detector/omokfbakobiaindjjndfmblhadkpkokd
विवरण Detects the likelihood that a given text was generated by GPT-3.
फ़ाइल का आकार 14.8 KB
स्थापना संख्या 419
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-12-30
प्रकाशन तिथि 2022-12-29
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर jovanovic
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://thecodecave.de/datenschutzerklaerung
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT-3 Detector",
    "version": "1.0.1",
    "description": "Detects the likelihood that a given text was generated by GPT-3.",
    "manifest_version": 3,
    "author": "The CodeCave GmbH",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "GPT-3 Detector"
    }
}