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 Aug 02, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlgoBuddy - LeetCode AI Assistant", "description": "AlgoBuddy - LeetCode AI Assistant", "version": "0.3.2", "manifest_version": 3, "host_permissions": [ "https:\/\/leetcode.com\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "inj-content-script.css", "icon.png" ], "matches": [ "https:\/\/leetcode.com\/*" ] } ], "action": { "default_title": "AlgoBuddy - LeetCode AI Assistant" }, "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*" ], "js": [ "inj-content-script.js", "content-script.js" ], "css": [] } ], "permissions": [ "scripting", "tabs", "webNavigation" ], "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }