YouTube Chat Emoji Lazy Loading Enabler
Add loading="lazy" attribute to all Emoji elements.
Qu'est-ce que YouTube Chat Emoji Lazy Loading Enabler ?
YouTube Chat Emoji Lazy Loading Enabler est une extension Chrome développée par https://blog.k-san.info, et sa fonction principale est "Add loading="lazy" attribute to all Emoji elements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Chat Emoji Lazy Loading Enabler
Téléchargez les fichiers d'extension YouTube Chat Emoji Lazy Loading Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある. それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します. 確実に改善するわけでは有りませんが,多少の改善は見込めます.
Informations de Base sur l'Extension
Nom | |
ID | ghlaaeljfgbiiehnmmnhhanhiohbgiim |
URL Officiel | https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim |
Description | Add loading="lazy" attribute to all Emoji elements. |
Taille du Fichier | 7.41 KB |
Nombre d'Installations | 205 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-12-27 |
Date de Publication | 2020-12-27 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | https://blog.k-san.info |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |