YouTube Chat Emoji Lazy Loading Enabler
Add loading="lazy" attribute to all Emoji elements.
Cos'è YouTube Chat Emoji Lazy Loading Enabler?
YouTube Chat Emoji Lazy Loading Enabler è un'estensione di Chrome sviluppata da https://blog.k-san.info, e la sua funzione principale è "Add loading="lazy" attribute to all Emoji elements.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Chat Emoji Lazy Loading Enabler
Scarica i file di estensione YouTube Chat Emoji Lazy Loading Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある. それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します. 確実に改善するわけでは有りませんが,多少の改善は見込めます.
Informazioni di Base sull'Estensione
Nome | |
ID | ghlaaeljfgbiiehnmmnhhanhiohbgiim |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Descrizione | Add loading="lazy" attribute to all Emoji elements. |
Dimensione del File | 7.41 KB |
Conteggio Installazioni | 205 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2020-12-27 |
Data di Pubblicazione | 2020-12-27 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://blog.k-san.info |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |