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": " Udemy summary with custom ChatGPT prompts ", "version": "1.0.14", "description": "Discover AI-powered Udemy course summaries with 'Udemy Summary with ChatGPT'. Experience tech magic today!", "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.udemy.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/*.udemy.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.udemy.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/*.udemy.com\/*" ], "js": [ "index.js", "content.js", "jspdf.min.js" ], "all_frames": false, "type": "module" } ], "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } }