Origin by GPTZero - ChatGPT and AI Detector

Detect AI-generated text wherever you go - powered by GPTZero.

Origin by GPTZero - ChatGPT and AI Detectorとは何ですか?

Origin by GPTZero - ChatGPT and AI Detectorはhttps://gptzero.meによって開発されたChromeの拡張機能で、その主な機能は「Detect AI-generated text wherever you go - powered by GPTZero.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Origin by GPTZero - ChatGPT and AI Detector拡張機能のCRXファイルをダウンロード

Origin by GPTZero - ChatGPT and AI Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Origin by GPTZero allows you to scan text to check if it was written by an AI or a human. You can use Origin on any website, either highlighting and right-clicking text or copy-pasting text into the Origin text box. 

With Origin, you can instantly determine what content was written by a human or AI anywhere on the internet for free.

On Google Docs, the Origin extension allows writers to prove they created their own work. We combine AI detection with the powerful ability to replay your document edit history and share a report verifying the human involvement during writing. 

GPTZero is used and trusted by millions of educators and institutions and recognized by The New York Times, Wall Street Journal, and Washington Post.

Download Origin by GPTZero now to get a deeper look past AI Detection.

📝Google Docs Writing Report
    1. Detects ChatGPT, GPT-4, GPT-3.5, GPT-3, and other AI language models.
    2. One-click AI Detection -- no copying and pasting required
    3. Highlights areas of text that are most likely AI generated
    4. Watch the writing process: See edits to a Google Doc in a time-lapse fashion
    5. Detects if content was copy-pasted from an outside source i.e ChatGPT

⚡️Using Origin is easy, and installation takes seconds. 
    1. Click "Add to Chrome".
    2. Click on the extension icon, and pin Origin to the extensions bar.
    3. No need to log in or set up. Simply start using Origin AI Detection for free.
    4. Highlight and right-click to scan with Origin.
    5. Open a Google Doc that you have edit access to and view the Writing Report

❓How it works
    1. GPTZero AI detection utilizes machine learning by training a classification model to recognize and analyze differences in human and AI writing structures, and word choice.
    2. GPTZero is the most accurate and trusted AI detector, verified by multiple independent sources, including TechCrunch, which called us the best and most reliable AI detector. Read more about our technology at https://gptzero.me/technology.

We’re continually releasing new features and functionalities to help you get the most from Origin. Join 20,000+ teachers on our newsletter to learn more about our updates or check out the GPTZero news page at https://news.gptzero.me.                    

拡張機能の基本情報

名前 Origin by GPTZero - ChatGPT and AI Detector Origin by GPTZero - ChatGPT and AI Detector
ID kgobeoibakoahbfnlficpmibdbkdchap
公式URL https://chromewebstore.google.com/detail/origin-by-gptzero-chatgpt/kgobeoibakoahbfnlficpmibdbkdchap
説明 Detect AI-generated text wherever you go - powered by GPTZero.
ファイルサイズ 1.22 MB
インストール数 61,974
現在のバージョン 2024.3.0
最終更新日 2024-02-12
公開日 2023-05-02
評価 4.03/5 合計 77 レビュー
開発者 https://gptzero.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gptzero.me
ヘルプページのURL https://gptzero.me/contact-us
プライバシーポリシーページのURL https://gptzero.me/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Origin by GPTZero - ChatGPT and AI Detector",
    "description": "Detect AI-generated text wherever you go - powered by GPTZero.",
    "version": "2024.3.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhQbdRFboMbcIxu\/uvGCpjK6uKjHJNRX8eKV75OgVZctPt\/+FQSHRsrckTE2cMHprMDeX9Exi0V0IpGfu827u9\/8GuugTGrZJoWqVMG8mGRsvgLLer8jZZpFmEn8HM5D\/CVluoqtZhFe\/zyqj\/lqo6UFXoPeedVquRwpTBbohCWH5N0+HYydM0RBMfRNus8rjYJGwvggqVFLLl7Uq4YKNlBiPY\/kOgQPQ5qYTLuzPrgfMPQesO953s4ok1tpSM4+n6jwdZMGDZqYabnEhAXBJdG\/ToQ6jmu2Q0Ws2T7IsuuU+jraJto0ySohTdN2AxsYDJqi+MAnZRDPKb7e\/sfXGGQIDAQAB",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "gptzero_34.png"
    },
    "icons": {
        "128": "gptzero_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        },
        "scan-full-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Scan the entire page for AI-generated text"
        }
    },
    "permissions": [
        "cookies",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/localhost\/",
        "https:\/\/app.gptzero.me\/",
        "https:\/\/staging-app.gptzero.me\/",
        "https:\/\/docs.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "docs.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "gptzero_128.png",
                "gptzero_34.png",
                "origin-loading-animation.gif"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "gDocScript.bundle.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.gptzero.me\/*",
            "https:\/\/staging-app.gptzero.me\/*",
            "http:\/\/localhost:3001\/*"
        ]
    }
}