Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Comidoc", "description": "Want FREE online courses? This extension lists daily coupons & free courses in real-time!", "version": "0.60", "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "action": { "default_title": "Popup", "default_popup": "popup.html" }, "permissions": [ "notifications", "cookies", "storage", "contextMenus", "alarms" ], "host_permissions": [ "https:\/\/*.comidoc.com\/*", "https:\/\/*.comidoc.net\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.comidoc.com\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.udemy.com\/*" ], "run_at": "document_end", "js": [ "content-scripts\/udemy.js" ] } ] }