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", "name": "Access your favorite apps without switching tabs - TabBuddy", "description": "Access your favorite apps (ChatGPT, Reddit, YouTube and many more) instantly from a convenient sidebar on any tab", "version": "1.1.0", "permissions": [ "sidePanel", "declarativeNetRequestWithHostAccess", "browsingData", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Click to open Tab Buddy", "default_icon": "images\/icon.png" }, "background": { "service_worker": "background.js" }, "manifest_version": 3, "content_scripts": [ { "match_about_blank": true, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "frame.js" ] } ], "content_security_policy": { "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'", "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'" } }