Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Custom GPT Models for deepseek.com Chat AI",
"short_name": "DeepSeek GPT",
"version": "1.4",
"description": "Enhance DeepSeek Chat with custom GPT models and AI personas. Create and use personalized AI assistants for better conversations.",
"author": "isaac ",
"content_scripts": [
{
"matches": [
"https:\/\/chat.deepseek.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}