WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Deepseek - Search Redirection

Deepseek - Search Redirection

View on Chrome Web Store
View Deepseek - Search Redirection Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 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.

Install our extension to redirect Google searches to DeepSeek Chat for AI-powered answers instantly.
Type
Extension
Users
4 users
1
New ChatGPT Tab for Chrome
View author page of New ChatGPT Tab for Chrome
Published
Published on February 20, 2025
Version 1.0
Manifest version
3
Updated
Updated on February 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Deepseek - Search Redirection 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 - Search Redirection ",
    "version": "1.0",
    "description": "Install our extension to redirect Google searches to DeepSeek Chat for AI-powered answers instantly.",
    "permissions": [
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "iocn 16.png",
        "19": "icon 32.png",
        "38": "icon 64.png",
        "48": "icon 128.png",
        "128": "icon 512.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.deepseek.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 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