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": "Jetwriter AI: Reply Emails, Ask Page, Summarize, Fix Grammar, and More",
"description": "__MSG_extDescription__",
"version": "25.10.26",
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"scripting",
"contextMenus"
],
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"chromeos": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K"
}
}
},
"externally_connectable": {
"matches": [
"https:\/\/*.chatgptwriter.ai\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/*.jetwriter.ai\/*"
]
},
"action": {
"default_icon": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"default_title": "Jetwriter AI: Use AI on Any Site (GPT-5, Claude, Gemini, and More)",
"default_popup": "popup.html"
},
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
}
]
}