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 Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AIKTP - All-In-One AI Chat", "version": "1.0.0", "description": "AIKTP supports all AI models (ChatGPT, DeepSeek, Gemini, Claude) for chat, rewriting, translation, and image generation", "permissions": [ "contextMenus", "storage", "activeTab", "sidePanel", "tabs", "cookies" ], "host_permissions": [ "https:\/\/*.aiktp.com\/*" ], "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "side_panel": { "default_path": "sidepanel\/sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background\/background.js" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }