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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |