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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://detecting-ai.com, και η κύρια λειτουργία του είναι "Detect and check AI-generated content with AI detector extension. Identify and flag ChatGPT and other AI-generated text.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ai Detector - Detecting-ai.com

Λήψη αρχείων επέκτασης Ai Detector - Detecting-ai.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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"
    }
}