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,
"version": "26.1.3",
"minimum_chrome_version": "120",
"name": "Comments Search for YouTube",
"description": "Search youtube comments by keywords.",
"icons": {
"32": "\/assets\/icon32.png",
"128": "\/assets\/icon.png"
},
"permissions": [
"storage",
"scripting",
"alarms"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/api.lett.app\/*"
]
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"\/js\/content.js"
]
}
],
"background": {
"service_worker": "\/js\/worker.js"
},
"web_accessible_resources": [
{
"resources": [
"\/html\/*"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"action": []
}