AI Detector for ChatGPT & more - Winston AI

Winston AI is the most trusted AI detector to help identify AI generated content from ChatGPT and much more.

AI Detector for ChatGPT & more - Winston AIคืออะไร?

AI Detector for ChatGPT & more - Winston AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gowinston.ai และคุณลักษณะหลักของมันคือ "Winston AI is the most trusted AI detector to help identify AI generated content from ChatGPT and much more."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Detector for ChatGPT & more - Winston AI

ดาวน์โหลดไฟล์ส่วนขยาย AI Detector for ChatGPT & more - Winston AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The most trusted AI detector is now available wherever you go.

Winston AI allows you to accurately detect if any content is generated by ChatGPT and all known AI writing tools. Our AI writing checker is used by hundreds of thousands of users and is the solution trusted by the largest publishers and institutions around the world. 

With our Chrome Plugin, you can now instantly scan any content for AI directly on the webpages by highlighting and right clicking on the text. For maximum privacy, scans using the Chrome extension are not saved anywhere.

Winston AI key features: 

💡Industry leading accuracy in detecting AI content (99.6%)
💡Detects AI writing from all known AI writing tools including ChatGPT
💡Scan content directly on the web page
💡Multilingual: works with content in English, French, Spanish and German. More languages coming soon!

How to use it: 

✅ Click on the “add to chrome” button to add the Chrome extension.
✅ Pin the extension to your browser by clicking on the puzzle icon in the top right of your browser, then clicking on the pin icon next to the Winston AI chrome extension.
✅ Create a free account on Winston AI (https://app.gowinston.ai/register) - No credit card required.
✅ Click on the Winston AI logo (blue "W" on white circle) in your extension toolbar.
✅ Click on the "Login" button. If you are not logged in to the website, you will be prompted to log in with your credentials.
✅ Click on the Winston AI logo (blue "W" on white circle) to view your credits.
✅ Highlight any content directly on any website (min. 500 characters) and right click on it.
✅ Click on “scan for AI content”. Each word scanned requires one credit.
✅ Your score and assessment will be displayed on the bottom right corner of your browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Detector for ChatGPT & more - Winston AI AI Detector for ChatGPT & more - Winston AI
ID cdbldfdikpkmfcnpidikieafacjkchbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-detector-for-chatgpt-m/cdbldfdikpkmfcnpidikieafacjkchbg
คำอธิบาย Winston AI is the most trusted AI detector to help identify AI generated content from ChatGPT and much more.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2023-09-24
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://gowinston.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://gowinston.ai/
URL หน้าช่วยเหลือ https://gowinston.ai/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://gowinston.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Detector for ChatGPT & more - Winston AI",
    "description": "Winston AI is the most trusted AI detector to help identify AI generated content from ChatGPT and much more. ",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.woff2"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "overlay.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}