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",
"name": "Enlarge Youtube Profile Images",
"version": "0.0.92",
"description": "Control size of profile images in the Youtube comment section.",
"manifest_version": 3,
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"isolated.js"
],
"css": [
"styleA.css"
]
},
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"main.js"
],
"world": "MAIN"
}
],
"icons": {
"128": "icon128.png"
}
}