KazanSEO AI Content Detector

Detect AI content anywhere on the web

Wat is KazanSEO AI Content Detector?

KazanSEO AI Content Detector is een Chrome-extensie ontwikkeld door info, en de belangrijkste functie is "Detect AI content anywhere on the web".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KazanSEO AI Content Detector

Download KazanSEO AI Content Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
Officiële URL https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
Beschrijving Detect AI content anywhere on the web
Bestandsgrootte 201 KB
Aantal Installaties 110
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-04-18
Publicatiedatum 2023-04-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kazanseo.com
Help Pagina-URL https://b.kazanseo.com/#contact
URL van de Privacybeleid Pagina https://b.kazanseo.com/privacy-policy
Ondersteunde Talen 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"
        }
    ]
}