Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Apa itu Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images adalah ekstensi Chrome yang dikembangkan oleh Polywocker, dan fitur utamanya adalah "Control size of profile images in the Youtube comment section.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Enlarge Youtube Profile Images
Unduh file ekstensi Enlarge Youtube Profile Images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- Set preferred profile image size for the Youtube comment section. - Hover zoom on profile images. It's time to appreciate the memes and put a face to the name. Source code: https://github.com/polywock/enlargeYoutubeProfileImages
Informasi Dasar Ekstensi
Nama | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
URL Resmi | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Deskripsi | Control size of profile images in the Youtube comment section. |
Ukuran File | 7 KB |
Jumlah Instalasi | 130 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2022-10-08 |
Tanggal Publikasi | 2022-05-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Polywocker |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/polywock/enlargeYoutubeProfileImages |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enlarge Youtube Profile Images", "version": "0.0.6", "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" ] } ], "web_accessible_resources": [ { "resources": [ "main.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "icon128.png" } } |