GPT Detector for StackOverflow
Query Chat GPT for answers on StackOverflow and compare previous answer similiarities to detect fake answers.
什么是GPT Detector for StackOverflow?
GPT Detector for StackOverflow是由mh-anwar开发的Chrome扩展程序,该扩展的主要功能是“Query Chat GPT for answers on StackOverflow and compare previous answer similiarities to detect fake answers.”。
扩展截图
下载GPT Detector for StackOverflow扩展crx文件
下载GPT Detector for StackOverflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use StackOverflow with ChatGPT answering questions for you. Recieve new alternative answers to answered questions as well as answers for unanswered questions. Browse StackOverflow with GPT beside you! Detect bots by seeing comparision scores for similiarity between answers by other users and ChatGPT-generated answer.
扩展基本信息
名称 | GPT Detector for StackOverflow |
ID | lblhlbnnagmgddncifjahdigccdjndmn |
官方URL | https://chromewebstore.google.com/detail/gpt-detector-for-stackove/lblhlbnnagmgddncifjahdigccdjndmn |
简介 | Query Chat GPT for answers on StackOverflow and compare previous answer similiarities to detect fake answers. |
文件大小 | 571 KB |
安装次数 | 398 |
当前版本 | 1.4.0 |
更新时间 | 2023-09-19 |
上架时间 | 2022-12-29 |
评分 | 5.00/5 共1次评分 |
开发者 | mh-anwar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPT Detector for StackOverflow", "short_name": "GPT Detector", "version": "1.4.0", "description": "Query Chat GPT for answers on StackOverflow and compare previous answer similiarities to detect fake answers.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/gpt-detector-for-stackove\/lblhlbnnagmgddncifjahdigccdjndmn?hl=en&authuser=0", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "default_title": "GPT Detector" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/*.openai.com\/", "https:\/\/chat.openai.com\/chat" ], "content_scripts": [ { "matches": [ " |