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, "icons": { "128": "assets\/logo.png" }, "name": "Udemy Caption Locker", "version": "1.1", "description": "This extension automatically snaps transcript text into caption, useful for translation.", "permissions": [ "activeTab", "scripting" ], "content_security_policy": { "extension_pages": "script-src 'self' http:\/\/localhost;object-src 'self';" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/udemy.com\/*", "https:\/\/www.udemy.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "assets\/logo.png" } } }