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, "version": "0.2.6", "name": "Redirect Youtube Video to Embed Page", "description": "Automatically redirects video pages to their embed equivalent.", "short_name": "yt2embed", "author": "Rohan Verma", "homepage_url": "https:\/\/github.com\/rhnvrm\/yt2embed", "icons": { "48": "assets\/icon_48.png", "256": "assets\/icon_256.png" }, "host_permissions": [ "https:\/\/youtube.com\/watch*", "https:\/\/www.youtube.com\/watch*", "https:\/\/youtube.com\/shorts*", "https:\/\/www.youtube.com\/shorts*" ], "permissions": [ "declarativeNetRequestWithHostAccess", "storage" ], "action": { "default_popup": "popup.html", "default_title": "Settings - yt2embed", "default_icon": { "48": "assets\/icon_48.png" } }, "browser_specific_settings": { "gecko": { "id": "{afd6634b-39b3-4d32-b5eb-ceaecd466e0d}" } } }