AI Content Detector - Copyleaks

Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.

O que é AI Content Detector - Copyleaks?

AI Content Detector - Copyleaks é uma extensão do Chrome desenvolvida por https://copyleaks.com, e sua principal característica é "Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AI Content Detector - Copyleaks

Baixe arquivos de extensão AI Content Detector - Copyleaks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        With the award-winning AI Content Detector, the most accurate detector available according to multiple independent third-party studies, you can quickly and accurately determine what was written by a human and what was created by an AI, including GPT-4 and Bard, even if the AI text was paraphrased or interspersed with human-written content. 

Browse with confidence and verify the authenticity of your own assignments and writings, posts on social media, news articles, and even reviews on your favorite shopping sites. The possibilities are endless.


➤ How it works
We can recognize AI text patterns utilizing multiple techniques.  Since 2015, we’ve collected, ingested, and analyzed trillions of crawled and user-sourced content pages from thousands of universities and enterprises worldwide to train our models to understand how humans write as opposed to AI. Also, utilizing AI technology, our AI detector can accurately recognize the presence of other AI-generated text and the signals it leaves behind, adding an additional layer of accuracy. 


No one wants to fear false positives that can lead to false accusations, which is why we continually test our AI Model and retrain it with new data and feedback, helping to improve accuracy.  Accordingly, the chance for content written by a human to be falsely labeled as AI-generated content is 0.2%.						


➤ AI Content Detector key features:
Unprecedented 99.1% accuracy and a 0.2% false positive rate, the lowest of any platform
Detect ChatGPT (including GPT-4), Bard, T5, Jasper, and more  
Detect AI content in 30 languages, including English, Spanish, French, Chinese (Traditional and Simplified), with additional languages in the works  
Ensure full transparency with the only solution that detects AI-generated source code, provides code licensing alerts, and more
Detect AI text even if it was paraphrased or interspersed with human-written content


➤ Get more from the AI Content Detector
A subscription gets you everything available in the free version, plus many additional features designed to help ensure complete content integrity:
No daily usage cap
The ability to also check for plagiarized content 
Access and share comprehensive reporting highlighting potential instances of plagiarism and AI content  
Detect AI and plagiarized content in multiple file formats and across entire domains through the Copyleaks Web-based platform
Invite team members to Copyleaks and easily share and collaborate on reports and effortlessly track updates


➤ Using the Copyleaks AI Content Detector Extension is easy, and installation takes mere seconds:
✅ Click ‘Add to Chrome’ 
✅ Click on the extensions icon, and pin the AI Content Detector Extension to the extensions bar
✅ Login via Google or Facebook
✅ Start using the AI Content Detector Extension anywhere your internet browsing may take you by highlighting the text you want to verify and then clicking the extension icon 


➤ Enjoying the Copyleaks AI Content Detector? Please rate us!                    

Informações Básicas da Extensão

Nome AI Content Detector - Copyleaks AI Content Detector - Copyleaks
ID gplcmncpklkdjiccbknjjkoidpgkcakd
URL Oficial https://chromewebstore.google.com/detail/ai-content-detector-copyl/gplcmncpklkdjiccbknjjkoidpgkcakd
Descrição Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.
Tamanho do Arquivo 1.24 MB
Contagem de Instalações 252,208
Versão Atual 3.0
Última Atualização 2024-02-14
Data de Publicação 2022-12-22
Classificação 4.09/5 Total de 332 Avaliações
Desenvolvedor https://copyleaks.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://copyleaks.com/
URL da Página de Ajuda https://help.copyleaks.com/ai-content-detection
URL da Página de Política de Privacidade https://copyleaks.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Content Detector - Copyleaks",
    "version": "3.0",
    "description": "Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.copyleaks.com\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icons\/icon-16x16.png",
        "48": "assets\/icons\/icon-48x48.png",
        "128": "assets\/icons\/icon-128x128.png"
    },
    "action": {
        "default_popup": "index.html"
    }
}