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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mh-anwar และคุณลักษณะหลักของมันคือ "Query Chat GPT for answers on StackOverflow and compare previous answer similiarities to detect fake answers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT Detector for StackOverflow
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |