KazanSEO AI Content Detector

Detect AI content anywhere on the web

什么是KazanSEO AI Content Detector?

KazanSEO AI Content Detector是由info开发的Chrome扩展程序,该扩展的主要功能是“Detect AI content anywhere on the web”。

扩展截图

screenshot
screenshot
screenshot

下载KazanSEO AI Content Detector扩展crx文件

下载KazanSEO AI Content Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Detect AI content anywhere on the web.
Log in to your kazanseo account within the extension and then highlight the text you want to detect in any website you're reading and then click on "detect ai content", wait a couple of seconds to get the result.                    

扩展基本信息

名称 KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
官方URL https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
简介 Detect AI content anywhere on the web
文件大小 201 KB
安装次数 110
当前版本 0.0.1
更新时间 2023-04-18
上架时间 2023-04-17
评分 5.00/5 共1次评分
开发者 info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kazanseo.com
帮助页面URL https://b.kazanseo.com/#contact
隐私政策页面URL https://b.kazanseo.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KazanSEO AI Content Detector",
    "description": "Detect AI content anywhere on the web",
    "version": "0.0.1",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open"
    },
    "externally_connectable": {
        "ids": [
            "lahpfjmoaoiijjadoegilpfjkdacjido"
        ],
        "matches": [
            "https:\/\/*\/*",
            "*:\/\/*\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ]
}