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
Eメール [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"
        }
    ]
}