WebExtension.net
Toggle dark mode
WebExtension.net

Deep Fake Detector

View on Chrome Web Store
View Deep Fake Detector Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
5 views
This extension has been viewed 5 times

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
422 users
18
Fakespot by Mozilla
View author page of Fakespot by Mozilla
Published
Published on October 31, 2024
Version 1.11.0
Manifest version
3
Updated
Updated on February 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Deep Fake Detector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.11.0",
    "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"
    }
}
© 2025 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