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": "Youtube\u2122 Thumbnail Preview",
"description": "View youtube thumbnails with a single click.",
"version": "1.5.2",
"permissions": [
"tabs"
],
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/icon.png",
"default_title": "Show thumbnail"
},
"icons": {
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png",
"256": "assets\/icon256.png"
}
}