WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Deepseek Widescreen Mode

Deepseek Widescreen Mode

View on Chrome Web Store
View Deepseek Widescreen Mode Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (4 ratings)
1 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

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

Enable this extension to render new chats, expand the chatbox, toggle the side panel, and go full-screen
Type
Extension
Users
153 users
1
New ChatGPT Tab for Chrome
View author page of New ChatGPT Tab for Chrome
Published
Published on February 5, 2025
Version 1.1
Manifest version
3
Updated
Updated on February 18, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Deepseek Widescreen Mode 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",
    "manifest_version": 3,
    "name": "Deepseek Widescreen Mode",
    "version": "1.1",
    "description": "Enable this extension to render new chats, expand the chatbox, toggle the side panel, and go full-screen",
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "ICON 16.png",
        "32": "ICON 32.png",
        "64": "ICON 64.png",
        "128": "ICON 128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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