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": "Quizlet Live Autocomplete Bot Pro", "version": "1.0", "description": "Solve Quizlet Live questions automatically with Quizlet Live Autocomplete Bot Pro, the best Quizlet Live hacker bot around!", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.quizlet.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/live" ], "js": [ "content_scripts\/answerer.js" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/botlogo.png", "32": "images\/botlogo.png", "48": "images\/botlogo.png", "128": "images\/botlogo.png" }, "background": { "service_worker": "service_worker\/background.js" } }