Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AIKTP: All-in-One AI", "version": "1.0.10", "description": "AIKTP combines ChatGPT, Gemini, Claude, Grok & more for SEO, Chat, and Content Creation. Boost your work with one powerful AI tool", "permissions": [ "contextMenus", "storage", "activeTab", "sidePanel", "tabs", "cookies" ], "host_permissions": [ "https:\/\/*.aiktp.com\/*", "<all_urls>" ], "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" } }