YouTube Chat Emoji Lazy Loading Enabler

Add loading="lazy" attribute to all Emoji elements.

What is YouTube Chat Emoji Lazy Loading Enabler?

YouTube Chat Emoji Lazy Loading Enabler is a Chrome extension developed by https://blog.k-san.info, and its main feature is "Add loading="lazy" attribute to all Emoji elements.".

Extension Screenshots

screenshot

Download YouTube Chat Emoji Lazy Loading Enabler Extension CRX File

Download YouTube Chat Emoji Lazy Loading Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        YouTube のライブチャットにおいて,カスタム絵文字パレットを開くと全絵文字(1500前後)が一斉に読み込まれるため動作が重くなり,ストリームが一時的に停止してしまう事がある.

それを防ぐために,パレットを開いた際に全絵文字の `` に `loading="lazy"` を追加します.

確実に改善するわけでは有りませんが,多少の改善は見込めます.                    

Extension Basic Information

Name YouTube Chat Emoji Lazy Loading Enabler YouTube Chat Emoji Lazy Loading Enabler
ID ghlaaeljfgbiiehnmmnhhanhiohbgiim
Official URL https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim
Description Add loading="lazy" attribute to all Emoji elements.
File Size 7.41 KB
Installation Count 205
Current Version 0.1.0
Last Updated 2020-12-27
Publish Date 2020-12-27
Rating 4.33/5 Total 3 Ratings
Developer https://blog.k-san.info
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}