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

What is AI Content Detector Chat GPT - Originality.AI?

AI Content Detector Chat GPT - Originality.AI is a Chrome extension developed by Originality.ai, and its main feature is "With our AI content detection determine whether the content you're viewing was created with an AI writing tool".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AI Content Detector Chat GPT - Originality.AI Extension CRX File

Download AI Content Detector Chat GPT - Originality.AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name AI Content Detector Chat GPT - Originality.AI AI Content Detector Chat GPT - Originality.AI
ID kdngfaamkbbkdbemejnlkmjfpmndjdmb
Official URL https://chromewebstore.google.com/detail/ai-content-detector-chat/kdngfaamkbbkdbemejnlkmjfpmndjdmb
Description With our AI content detection determine whether the content you're viewing was created with an AI writing tool
File Size 2.08 MB
Installation Count 20,000
Current Version 0.0.1.9
Last Updated 2024-01-26
Publish Date 2023-01-02
Rating 3.56/5 Total 81 Ratings
Developer Originality.ai
Email [email protected]
Payment Type in_app
Extension Website https://originality.ai
Privacy Policy Page URL https://originality.ai/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}