AI Content Detector Chat GPT - Originality.AI

With our AI content detection determine whether the content you're viewing was created with an AI writing tool

Co to jest AI Content Detector Chat GPT - Originality.AI?

AI Content Detector Chat GPT - Originality.AI to rozszerzenie Chrome opracowane przez Originality.ai, a jego główną funkcją jest „With our AI content detection determine whether the content you're viewing was created with an AI writing tool”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AI Content Detector Chat GPT - Originality.AI

Pobierz pliki rozszerzeń AI Content Detector Chat GPT - Originality.AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ChatGPT and other Popular AI Content Detection Chrome Extension. Use the power of AI to identify if an AI writing tool like ChatGPT was used to create the content on your screen.

This works on any website but has extra features when working on a Google Doc.

Originality.AI has the most accurate ChatGPT detector but AI detection ALONE is not enough to achieve an enforceable level of understanding the originality of a document.

The Originality.AI Chrome Extension goes beyond just having the most accurate AI detection score but provides you with an Originality Report for Google Documents allowing you to...

👀 Watch a Writer Write:

Use the Originality.AI Chrome Extension to be able to "watch a writer write" the article. The Chrome extension can reverse engineer every edit that was made in the document to create a real time or sped up display of the creation of the document. If a writer simply copies and pastes from ChatGPT then when you watch the writer write you will see a single block of text getting dropped into Google Docs.

📈 Originality Report:

Get a complete Originality Report including both the leading AI detection score along with the contributors to the document, the writing session history. This report, the AI score and the ability to watch the writer write creates the ability to prove the true Origianlity of a document.

⭐️ How it Works:
Install Chrome Extension
Create Account
Receive Credits
Highlight the Text you Want to Know if it was AI Generated
Right Click and Scan with Originality.AI
See results on AI Detection


🧠 AI Trained to Detect Popular NLP Models:
Originality.AI’s own AI is trained to detect AI generated content created by the popular NLP models used by all the popular AI writing tools.

It has trained and been shown to be accurate on the following NLP models.

Paraphrased Content (only tool to be able to detect this)

GPT-4
GPT-3.5
Claud-2
Bard

🔴 Some Limitations
The ability to detect AI is not 100% accurate and so it can generate some false positives approximately 2% of the time. At 99% accurate on GPT-4 raw output it will not 100% of the time detect AI generated content. However, over a large enough sample the results can be relied upon. These limitation are where the Originality Report and ability to Watch a Writer Write a piece of content helps.

See Accuracy Study - https://originality.ai/ai-content-detection-accuracy/
Terms of Service – https://originality.ai/terms-and-conditions/
Privacy Policy – https://originality.ai/privacy-policy/                    

Podstawowe informacje o rozszerzeniu

Nazwa AI Content Detector Chat GPT - Originality.AI AI Content Detector Chat GPT - Originality.AI
ID kdngfaamkbbkdbemejnlkmjfpmndjdmb
Oficjalny URL https://chromewebstore.google.com/detail/ai-content-detector-chat/kdngfaamkbbkdbemejnlkmjfpmndjdmb
Opis With our AI content detection determine whether the content you're viewing was created with an AI writing tool
Rozmiar pliku 2.08 MB
Liczba instalacji 20,000
Aktualna Wersja 0.0.1.9
Ostatnia Aktualizacja 2024-01-26
Data Publikacji 2023-01-02
Ocena 3.56/5 Łącznie 81 Oceny
Deweloper Originality.ai
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://originality.ai
Adres URL Strony Polityki Prywatności https://originality.ai/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Content Detector Chat GPT - Originality.AI",
    "version": "0.0.1.9",
    "description": "With our AI content detection determine whether the content you're viewing was created with an AI writing tool",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/tingle.min.js",
                "lib\/canvasjs.min.js",
                "content-script.js"
            ],
            "css": [
                "css\/tingle.min.css",
                "css\/inject.css"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        },
        {
            "css": [
                "analysis_integration\/progress.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/moment.js",
                "analysis_integration\/analysis.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*\/edit*"
            ]
        }
    ],
    "action": {
        "default_popup": "templates\/popup.html",
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "img\/*",
                "analysis_integration\/in-page.js",
                "analysis_integration\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}