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",
"manifest_version": 3,
"name": "Sidesy: Your Comments Sidebar For YouTube",
"version": "1.4.0",
"description": "Bring YouTube comments to the side. Dive into the comments without scrolling past the video.",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"scripts\/comments.js"
],
"css": [
"scripts\/styles.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "images\/sidesy-128.png"
}
}