YouTube Chat Emoji Lazy Loading Enabler
Add loading="lazy" attribute to all Emoji elements.
什麼是YouTube Chat Emoji Lazy Loading Enabler?
YouTube Chat Emoji Lazy Loading Enabler是由https://blog.k-san.info開發的Chrome擴展程式,該擴展的主要功能是“Add loading="lazy" attribute to all Emoji elements.”。
擴展截圖
下載YouTube Chat Emoji Lazy Loading Enabler擴展crx文件
下載YouTube Chat Emoji Lazy Loading Enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある. それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します. 確実に改善するわけでは有りませんが,多少の改善は見込めます.
擴展基本資訊
名稱 | |
ID | ghlaaeljfgbiiehnmmnhhanhiohbgiim |
官方網址 | https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim |
簡介 | Add loading="lazy" attribute to all Emoji elements. |
檔案大小 | 7.41 KB |
安裝次數 | 205 |
目前版本 | 0.1.0 |
更新時間 | 2020-12-27 |
上架時間 | 2020-12-27 |
評分 | 4.33/5 共 3 次評分 |
開發者 | https://blog.k-san.info |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |