KazanSEO AI Content Detector

Detect AI content anywhere on the web

Qu'est-ce que KazanSEO AI Content Detector ?

KazanSEO AI Content Detector est une extension Chrome développée par info, et sa fonction principale est "Detect AI content anywhere on the web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension KazanSEO AI Content Detector

Téléchargez les fichiers d'extension KazanSEO AI Content Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
URL Officiel https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
Description Detect AI content anywhere on the web
Taille du Fichier 201 KB
Nombre d'Installations 110
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-04-18
Date de Publication 2023-04-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kazanseo.com
URL de la Page d'Aide https://b.kazanseo.com/#contact
URL de la Page de Politique de Confidentialité https://b.kazanseo.com/privacy-policy
Langues Prises en Charge 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"
        }
    ]
}