YouTube Chat Emoji Lazy Loading Enabler
Add loading="lazy" attribute to all Emoji elements.
YouTube Chat Emoji Lazy Loading Enabler là gì?
YouTube Chat Emoji Lazy Loading Enabler là một tiện ích mở rộng Chrome được phát triển bởi https://blog.k-san.info, và tính năng chính của nó là "Add loading="lazy" attribute to all Emoji elements.".
Ả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 YouTube Chat Emoji Lazy Loading Enabler
Tải xuống các tệp mở rộng YouTube Chat Emoji Lazy Loading Enabler 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
YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある. それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します. 確実に改善するわけでは有りませんが,多少の改善は見込めます.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghlaaeljfgbiiehnmmnhhanhiohbgiim |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Mô tả | Add loading="lazy" attribute to all Emoji elements. |
Kích Thước Tệp | 7.41 KB |
Số Lần Cài Đặt | 205 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2020-12-27 |
Ngày Phát Hành | 2020-12-27 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://blog.k-san.info |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Chat Emoji Lazy Loading Enabler", "version": "0.1.0", "description": "Add loading=\"lazy\" attribute to all Emoji elements.", "icons": { "16": "icon\/[email protected]", "48": "icon\/[email protected]", "128": "icon\/[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/live_chat*", "https:\/\/www.youtube.com\/watch*" ], "js": [ "main.js" ] } ] } |