WebExtension.net
Toggle dark mode
WebExtension.net

Deep Research

View on Chrome Web Store
View Deep Research Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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

Your AI Research Assistant
Type
Extension
Users
36 users
1
mylapland99
View author page of mylapland99
Published
Published on February 6, 2025
Version 2.0.1
Manifest version
3
Updated
Updated on February 7, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Deep Research 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": "Deep Research",
    "description": "Your AI Research Assistant",
    "version": "2.0.1",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus",
        "commands"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon16.png",
                "icons\/icon24.png",
                "icons\/icon32.png",
                "icons\/icon48.png",
                "icons\/icon128.png",
                "icons\/copy.svg",
                "icons\/close.svg",
                "icons\/closeClicked.svg",
                "icons\/regenerate.svg",
                "fonts\/*",
                "Instructions.html",
                "instructions.js",
                "style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net; object-src 'self'; font-src 'self' https:\/\/cdn.jsdelivr.net"
    },
    "browser_specific_settings": {
        "edge": {
            "browser_action_next_to_addressbar": true
        }
    },
    "commands": {
        "toggle-chat": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D",
                "windows": "Ctrl+Shift+D"
            },
            "description": "Toggle the chat window."
        }
    },
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/api.deepseek.com\/*"
    ]
}
© 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