YouTube Chat Emoji Lazy Loading Enabler
Add loading="lazy" attribute to all Emoji elements.
Was ist YouTube Chat Emoji Lazy Loading Enabler?
YouTube Chat Emoji Lazy Loading Enabler ist eine Chrome-Erweiterung, die von https://blog.k-san.info entwickelt wurde, und ihr Hauptmerkmal ist "Add loading="lazy" attribute to all Emoji elements.".
Erweiterungsscreenshots
YouTube Chat Emoji Lazy Loading Enabler-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Chat Emoji Lazy Loading Enabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある. それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します. 確実に改善するわけでは有りませんが,多少の改善は見込めます.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Beschreibung | Add loading="lazy" attribute to all Emoji elements. |
Dateigröße | 7.41 KB |
Installationsanzahl | 205 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2020-12-27 |
Veröffentlichungsdatum | 2020-12-27 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://blog.k-san.info |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |