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", "name": "Udemy Remaining Time Calculator", "description": "Udemy Remaining Time Calculator: Optimize Udemy learning with real-time progress updates.", "homepage_url": "https:\/\/github.com\/edenizk\/udemyRemainingTimerExtention", "version": "1.0.4", "manifest_version": 3, "action": { "default_title": "Click to see how long time left for finishing course", "default_icon": "icons\/icon.png", "default_popup": "index.html" }, "permissions": [ "tabs", "scripting", "activeTab" ], "background": { "service_worker": "background.js" } }