KazanSEO AI Content Detector

Detect AI content anywhere on the web

KazanSEO AI Content Detector क्या है?

KazanSEO AI Content Detector info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect AI content anywhere on the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KazanSEO AI Content Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम KazanSEO AI Content Detector KazanSEO AI Content Detector
ID lfijlkidolonkfhjehohinofjdgfneah
आधिकारिक URL https://chromewebstore.google.com/detail/kazanseo-ai-content-detec/lfijlkidolonkfhjehohinofjdgfneah
विवरण Detect AI content anywhere on the web
फ़ाइल का आकार 201 KB
स्थापना संख्या 110
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-04-18
प्रकाशन तिथि 2023-04-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kazanseo.com
सहायता पृष्ठ URL https://b.kazanseo.com/#contact
गोपनीयता नीति पृष्ठ URL https://b.kazanseo.com/privacy-policy
समर्थित भाषाएँ 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"
        }
    ]
}