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

Τι είναι το AI Content Detector Chat GPT - Originality.AI;

Το AI Content Detector Chat GPT - Originality.AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Originality.ai, και η κύρια λειτουργία του είναι "With our AI content detection determine whether the content you're viewing was created with an AI writing tool".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AI Content Detector Chat GPT - Originality.AI

Λήψη αρχείων επέκτασης AI Content Detector Chat GPT - Originality.AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AI Content Detector Chat GPT - Originality.AI AI Content Detector Chat GPT - Originality.AI
ID kdngfaamkbbkdbemejnlkmjfpmndjdmb
Επίσημο URL https://chromewebstore.google.com/detail/ai-content-detector-chat/kdngfaamkbbkdbemejnlkmjfpmndjdmb
Περιγραφή With our AI content detection determine whether the content you're viewing was created with an AI writing tool
Μέγεθος Αρχείου 2.08 MB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 0.0.1.9
Τελευταία Ενημέρωση 2024-01-26
Ημερομηνία Δημοσίευσης 2023-01-02
Αξιολόγηση 3.56/5 Συνολικά 81 Αξιολογήσεις
Προγραμματιστής Originality.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://originality.ai
URL της Σελίδας Πολιτικής Απορρήτου https://originality.ai/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}