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", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "icon-128.png", "default_title": "YouTube Shorts to Standard Videos" }, "description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.", "icons": { "128": "icon-128.png" }, "manifest_version": 3, "name": "YouTube Shorts to Standard Videos", "short_name": "Shorts to Standard", "version": "1.0.0", "minimum_chrome_version": "100", "permissions": [ "declarativeContent" ], "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+V" }, "description": "Switch to normal video URL" } }, "homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/" }