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 Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.30", "name": "Undetectable AI - Auto Job Applier", "manifest_version": 3, "permissions": [ "tabs", "storage", "sidePanel", "scripting", "activeTab" ], "host_permissions": [ "<all_urls>", "https:\/\/api.openai.com\/*", "https:\/\/dev.undetectable.ai\/*", "https:\/\/undetectable.ai\/*" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_title": "Auto Job Applier", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "side_panel": { "default_path": "html\/popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ziprecruiter.com\/jobs-search?search*" ], "js": [ "js\/zr.js" ], "css": [ "css\/contentStyle.css" ] }, { "matches": [ "https:\/\/www.ziprecruiter.com\/jobs*" ], "js": [ "js\/zr.js" ], "css": [ "css\/contentStyle.css" ], "type": "module" }, { "matches": [ "https:\/\/www.ziprecruiter.com\/jobseeker\/*", "https:\/\/www.ziprecruiter.com\/jobseeker\/home" ], "js": [ "js\/zrs.js" ], "type": "module" }, { "matches": [ "https:\/\/www.ziprecruiter.com\/profile\/*" ], "js": [ "js\/zrp.js" ] }, { "matches": [ "https:\/\/undetectable.ai\/*", "https:\/\/undetectable.ai\/apps\/ai-job-application\/*", "https:\/\/undetectable.ai\/*\/apps\/ai-job-application\/*", "https:\/\/undetectable.ai\/apps\/ai-job-application\/my-applications", "https:\/\/undetectable.ai\/*\/apps\/ai-job-application\/my-applications" ], "js": [ "js\/ud.js" ], "css": [ "css\/contentStyleUD.css" ] }, { "matches": [ "https:\/\/*.indeed.com\/*" ], "js": [ "js\/jac.js" ] } ], "web_accessible_resources": [ { "resources": [ "css\/contentStyle.css", "js\/apis.js", "images\/autojobapplier.png", "fonts\/BloggerSans-Medium.eot", "fonts\/BloggerSans-Medium.woff", "fonts\/BloggerSans-Medium.ttf", "fonts\/BloggerSans-Medium.svg" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }