KazanSEO AI Content Detector

Detect AI content anywhere on the web

KazanSEO AI Content Detector là gì?

KazanSEO AI Content Detector là một tiện ích mở rộng Chrome được phát triển bởi info, và tính năng chính của nó là "Detect AI content anywhere on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KazanSEO AI Content Detector

Tải xuống các tệp mở rộng KazanSEO AI Content Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
URL Chính Thức https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
Mô tả Detect AI content anywhere on the web
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2023-04-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kazanseo.com
URL Trang Trợ Giúp https://b.kazanseo.com/#contact
URL Trang Chính Sách Bảo Mật https://b.kazanseo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}