YouTube Chat Emoji Lazy Loading Enabler
Add loading="lazy" attribute to all Emoji elements.
Wat is YouTube Chat Emoji Lazy Loading Enabler?
YouTube Chat Emoji Lazy Loading Enabler is een Chrome-extensie ontwikkeld door https://blog.k-san.info, en de belangrijkste functie is "Add loading="lazy" attribute to all Emoji elements.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Chat Emoji Lazy Loading Enabler
Download YouTube Chat Emoji Lazy Loading Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある. それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します. 確実に改善するわけでは有りませんが,多少の改善は見込めます.
Basisinformatie over de Extensie
Naam | |
ID | ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Officiële URL | https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Beschrijving | Add loading="lazy" attribute to all Emoji elements. |
Bestandsgrootte | 7.41 KB |
Aantal Installaties | 205 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2020-12-27 |
Publicatiedatum | 2020-12-27 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://blog.k-san.info |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |