GPT-3 Detector

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

什麼是GPT-3 Detector?

GPT-3 Detector是由jovanovic開發的Chrome擴展程式,該擴展的主要功能是“Detects the likelihood that a given text was generated by GPT-3.”。

擴展截圖

screenshot
screenshot
screenshot

下載GPT-3 Detector擴展crx文件

下載GPT-3 Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}