WebExtension.net
Toggle dark mode
WebExtension.net

AI Content Detector - Copyleaks

View on Chrome Web Store
View AI Content Detector - Copyleaks Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (626 ratings)
1 new ratings
8 views
This extension has been viewed 8 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.
Type
Extension
Users
200,000 users
100K
Website copyleaks.com
Copyleaks
View author page of Copyleaks
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 23, 2022
Version 4.3.1
Manifest version
3
Updated
Updated on August 1, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AI Content Detector - Copyleaks Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Content Detector - Copyleaks",
    "version": "4.3.1",
    "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",
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon-16x16.png",
        "48": "assets\/icons\/icon-48x48.png",
        "128": "assets\/icons\/icon-128x128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/cl-logo.svg",
                "assets\/icons\/quick-access-menu\/close-icon-white.svg",
                "assets\/icons\/quick-access-menu\/close-icon-blue.svg",
                "assets\/icons\/quick-access-menu\/settings-icon-white.svg",
                "assets\/icons\/quick-access-menu\/scan-page-icon-white.svg",
                "assets\/icons\/quick-access-menu\/settings-icon-blue.svg",
                "assets\/icons\/quick-access-menu\/scan-page-icon-blue.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top