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,
"name": "YouTube Shorts Normal Player",
"version": "1.3.0",
"description": "Plays YouTube Shorts in the normal YouTube player so you can rewind the videos.",
"icons": {
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
}