Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 06, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Download \u1ea3nh thu nh\u1ecf thumbnail video youtube",
"version": "1.2",
"description": "T\u1ea3i \u1ea3nh thumnail video youtube v\u1edbi 1 click chu\u1ed9t",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"author": "Ho\u00e0ng D\u0169ng",
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_title": "T\u1ea3i \u1ea3nh thumnail video youtube",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"css": [
"popup\/css\/style.css"
],
"js": [
"popup\/js\/jquery.js",
"popup\/js\/content.js"
]
}
],
"permissions": [
"downloads"
]
}