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", "name": "__MSG_name__", "description": "__MSG_description__", "version": "4.9", "manifest_version": 3, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "background": { "service_worker": "background.min.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/uploaddate.com\/*" ], "js": [ "lib\/moment-with-locales.2.30.1.min.js" ] }, { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/uploaddate.com\/*" ], "js": [ "shared.min.js" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.min.js" ], "css": [ "content.min.css" ] }, { "matches": [ "https:\/\/uploaddate.com\/*" ], "js": [ "domain.min.js" ] } ], "action": { "default_popup": "popup.min.html" }, "default_locale": "en", "permissions": [ "storage" ] }