WebExtension.net
WebExtension.net

Deep Fake Detector

View on Chrome Web Store
View Deep Fake Detector Chrome Extension on Chrome Web Store
5.0 (1 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The Fakespot Deepfake Detector will help you sort out text written by humans from text that has been created using AI tools.
Type
Extension
Users
15 users
Fakespot by Mozilla
View author page of Fakespot by Mozilla
Published
Published on October 31, 2024
Version 1.8.11
Manifest version
3
Updated
Updated on November 14, 2024
View on Chrome Web Store
View Deep Fake Detector Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.11",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Deep Fake Detector",
    "description": "The Fakespot Deepfake Detector will help you sort out text written by humans from text that has been created using AI tools.",
    "short_name": "Deep Fake Detector",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Deep Fake Detector",
        "default_icon": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.css",
                "*.otf",
                "*.svg",
                "*.gif",
                "*.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "commands": {
        "analyze_selection": {
            "description": "Analyze the currently selected text",
            "suggested_key": {
                "default": "Ctrl+Shift+Comma",
                "mac": "Command+Shift+Comma"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top