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'est-ce que AI Content Detector Chat GPT - Originality.AI ?

AI Content Detector Chat GPT - Originality.AI est une extension Chrome développée par Originality.ai, et sa fonction principale est "With our AI content detection determine whether the content you're viewing was created with an AI writing tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AI Content Detector Chat GPT - Originality.AI

Téléchargez les fichiers d'extension AI Content Detector Chat GPT - Originality.AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom AI Content Detector Chat GPT - Originality.AI AI Content Detector Chat GPT - Originality.AI
ID kdngfaamkbbkdbemejnlkmjfpmndjdmb
URL Officiel 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
Taille du Fichier 2.08 MB
Nombre d'Installations 20,000
Version Actuelle 0.0.1.9
Dernière Mise à Jour 2024-01-26
Date de Publication 2023-01-02
Évaluation 3.56/5 Total 81 Évaluations
Développeur Originality.ai
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://originality.ai
URL de la Page de Politique de Confidentialité https://originality.ai/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}