KazanSEO AI Content Detector

Detect AI content anywhere on the web

O que é KazanSEO AI Content Detector?

KazanSEO AI Content Detector é uma extensão do Chrome desenvolvida por info, e sua principal característica é "Detect AI content anywhere on the web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KazanSEO AI Content Detector

Baixe arquivos de extensão KazanSEO AI Content Detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
URL Oficial https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
Descrição Detect AI content anywhere on the web
Tamanho do Arquivo 201 KB
Contagem de Instalações 110
Versão Atual 0.0.1
Última Atualização 2023-04-18
Data de Publicação 2023-04-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor info
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kazanseo.com
URL da Página de Ajuda https://b.kazanseo.com/#contact
URL da Página de Política de Privacidade https://b.kazanseo.com/privacy-policy
Idiomas Suportados 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"
        }
    ]
}