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

¿Qué es AI Content Detector Chat GPT - Originality.AI?

AI Content Detector Chat GPT - Originality.AI es una extensión de Chrome desarrollada por Originality.ai, y su función principal es "With our AI content detection determine whether the content you're viewing was created with an AI writing tool".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AI Content Detector Chat GPT - Originality.AI

Descarga archivos de extensión AI Content Detector Chat GPT - Originality.AI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre AI Content Detector Chat GPT - Originality.AI AI Content Detector Chat GPT - Originality.AI
ID kdngfaamkbbkdbemejnlkmjfpmndjdmb
URL Oficial https://chromewebstore.google.com/detail/ai-content-detector-chat/kdngfaamkbbkdbemejnlkmjfpmndjdmb
Descripción With our AI content detection determine whether the content you're viewing was created with an AI writing tool
Tamaño del Archivo 2.08 MB
Cantidad de Instalaciones 20,000
Versión Actual 0.0.1.9
Última Actualización 2024-01-26
Fecha de Publicación 2023-01-02
Calificación 3.56/5 Total de 81 Calificaciones
Desarrollador Originality.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://originality.ai
URL de la Página de Política de Privacidad https://originality.ai/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}