Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Enlarge Youtube Profile Images là gì?
Enlarge Youtube Profile Images là một tiện ích mở rộng Chrome được phát triển bởi Polywocker, và tính năng chính của nó là "Control size of profile images in the Youtube comment section.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Enlarge Youtube Profile Images
Tải xuống các tệp mở rộng Enlarge Youtube Profile Images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
URL Chính Thức | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Mô tả | Control size of profile images in the Youtube comment section. |
Kích Thước Tệp | 7 KB |
Số Lần Cài Đặt | 130 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2022-10-08 |
Ngày Phát Hành | 2022-05-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Polywocker |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/polywock/enlargeYoutubeProfileImages |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |