Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Enlarge Youtube Profile Imagesคืออะไร?
Enlarge Youtube Profile Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Polywocker และคุณลักษณะหลักของมันคือ "Control size of profile images in the Youtube comment section."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enlarge Youtube Profile Images
ดาวน์โหลดไฟล์ส่วนขยาย Enlarge Youtube Profile Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
คำอธิบาย | Control size of profile images in the Youtube comment section. |
ขนาดไฟล์ | 7 KB |
จำนวนการติดตั้ง | 130 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2022-10-08 |
วันที่เผยแพร่ | 2022-05-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Polywocker |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/polywock/enlargeYoutubeProfileImages |
ภาษาที่รองรับ | 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" } } |