Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.0.8",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"storage",
"webNavigation",
"tabs"
],
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/api.gumroad.com\/*",
"https:\/\/chat.deepseek.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/chat.deepseek.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"upgrade.html",
"upgrade.css",
"upgrade.js"
],
"matches": [
"https:\/\/chat.deepseek.com\/*"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}