WebExtension.net
Toggle dark mode
WebExtension.net

DeepSeek R1

View on Chrome Web Store
View DeepSeek R1 Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (45 ratings)
3 new ratings
21 views
This extension has been viewed 21 times

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

💬 Chat with Deepseek R1 for instant answers! Your AI chat extension for real-time assistance and productivity. 🚀
Type
Extension
Users
8,000 users
1K
fadelmalnab
View author page of fadelmalnab
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 25, 2025
Version 3.2.9
Manifest version
3
Updated
Updated on February 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View DeepSeek R1 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": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "3.2.9",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "sidePanel",
        "windows"
    ],
    "host_permissions": [
        "https:\/\/addify.pro\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "icon_artifact\/content-styles.css"
            ],
            "js": [
                "icon_artifact\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "full_index.html",
                "icons\/*",
                "styles.css",
                "chat\/markdown_parser\/marked.min.js",
                "chat\/markdown_parser\/purify.min.js",
                "popup.js",
                "sidebar.js",
                "chat\/greeting\/greeting.js",
                "user_info\/translations\/language-switcher.js",
                "user_info\/translations\/language-switcher.css",
                "chat\/action_buttons\/action-buttons.js",
                "chat\/action_buttons\/prompts.js",
                "chat\/action_buttons\/action-buttons.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "prompts.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "side_panel": {
        "default_path": "index.html"
    }
}
© 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