KazanSEO AI Content Detector

Detect AI content anywhere on the web

Cos'è KazanSEO AI Content Detector?

KazanSEO AI Content Detector è un'estensione di Chrome sviluppata da info, e la sua funzione principale è "Detect AI content anywhere on the web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione KazanSEO AI Content Detector

Scarica i file di estensione KazanSEO AI Content Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
URL Ufficiale https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
Descrizione Detect AI content anywhere on the web
Dimensione del File 201 KB
Conteggio Installazioni 110
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-04-18
Data di Pubblicazione 2023-04-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kazanseo.com
URL della Pagina di Aiuto https://b.kazanseo.com/#contact
URL della Pagina della Politica sulla Privacy https://b.kazanseo.com/privacy-policy
Lingue Supportate 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"
        }
    ]
}