Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AI Content Detector - Copyleaks",
"version": "4.3.4",
"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\/cl-logo-no-fill.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>"
]
}
]
}