KazanSEO AI Content Detector

Detect AI content anywhere on the web

Co to jest KazanSEO AI Content Detector?

KazanSEO AI Content Detector to rozszerzenie Chrome opracowane przez info, a jego główną funkcją jest „Detect AI content anywhere on the web”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia KazanSEO AI Content Detector

Pobierz pliki rozszerzeń KazanSEO AI Content Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
Oficjalny URL https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
Opis Detect AI content anywhere on the web
Rozmiar pliku 201 KB
Liczba instalacji 110
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2023-04-18
Data Publikacji 2023-04-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kazanseo.com
Adres URL Strony Pomocy https://b.kazanseo.com/#contact
Adres URL Strony Polityki Prywatności https://b.kazanseo.com/privacy-policy
Obsługiwane Języki 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"
        }
    ]
}