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
官方網址 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"
        }
    ]
}