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": "Karamel: View Reddit comments on YouTube\u2122",
"short_name": "Karamel",
"description": "Step up your viewing experience by embedding relevant Reddit comments under YouTube videos.",
"version": "2.0.1",
"action": {
"default_icon": "icon-48.png"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"index.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "service-worker.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.reddit.com\/"
]
}