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": "Multi Subsitles for Youtube", "description": "Display as many subtitles as you like. Different languages, translated, auto-generated. NO dependency on third-party server", "manifest_version": 3, "version": "0.9.44", "homepage_url": "https:\/\/github.com\/garywill\/multi-subs-yt", "author": { "name": "Garywill", "url": "https:\/\/garywill.github.io" }, "permissions": [ "activeTab", "scripting", "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "action": { "default_title": "Multi Subsitles Youtube", "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "background_sw.js" }, "icons": { "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "inline-get.js", "inline-remove.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] }