Ai Detector - Detecting-ai.com

Detect and check AI-generated content with AI detector extension. Identify and flag ChatGPT and other AI-generated text.

Ai Detector - Detecting-ai.com란 무엇입니까?

Ai Detector - Detecting-ai.com은(는) https://detecting-ai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect and check AI-generated content with AI detector extension. Identify and flag ChatGPT and other AI-generated text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ai Detector - Detecting-ai.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the Chrome Extension for the AI Content Detector, a useful utility that can tell you whether the text you're reading online was produced by a human or an AI.

This extension analyzes text material using cutting-edge AI technology and delivers accurate detection findings in real-time. You can quickly determine
 whether the text you're reading is real or not with just a press of a button.

For people and businesses who want to uphold authenticity and confidence in the digital sphere, our AI Content Detector Chrome Extension is ideal. This tool is intended to assist you in making more informed choices about the text content you are viewing online, whether you are a journalist, content creator, or simply an interested reader.

Key Features:
 -  Text AI detection
 -  User-friendly interface
 -  Fast detection results
 -  Accurate detection algorithm
 -  Detects ChatGPT, GPT4, GPT-3.5, GPT3, GPT-J, Jasper, and many other AI-based languages and technologies
 
We're constantly working to improve the accuracy and functionality of our AI Content Detector Chrome Extension. We're excited to share this tool with you and we welcome your feedback and suggestions as we continue to enhance its capabilities.                    

확장 프로그램 기본 정보

이름 Ai Detector - Detecting-ai.com Ai Detector - Detecting-ai.com
ID lgmmmecfimbpafdmfokijpobpokkgdhl
공식 URL https://chromewebstore.google.com/detail/ai-detector-detecting-aic/lgmmmecfimbpafdmfokijpobpokkgdhl
설명 Detect and check AI-generated content with AI detector extension. Identify and flag ChatGPT and other AI-generated text.
파일 크기 58.09 KB
설치 횟수 465
현재 버전 1.0
최근 업데이트 2023-05-02
출시 날짜 2023-04-11
평점 3.67/5 총 3 개의 평점
개발자 https://detecting-ai.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://detecting-ai.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ai Detector - Detecting-ai.com",
    "version": "1.0",
    "description": "Detect and check AI-generated content with  AI detector extension. Identify and flag ChatGPT and other AI-generated text.",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "android-chrome-128x128-.png",
        "192": "android-chrome-192x192.png",
        "512": "android-chrome-512x512.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}