YouTube Chat Emoji Lazy Loading Enabler

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

YouTube Chat Emoji Lazy Loading Enablerとは何ですか?

YouTube Chat Emoji Lazy Loading Enablerはhttps://blog.k-san.infoによって開発されたChromeの拡張機能で、その主な機能は「Add loading="lazy" attribute to all Emoji elements.」です。

拡張機能のスクリーンショット

screenshot

YouTube Chat Emoji Lazy Loading Enabler拡張機能のCRXファイルをダウンロード

YouTube Chat Emoji Lazy Loading Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

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

拡張機能の基本情報

名前 YouTube Chat Emoji Lazy Loading Enabler YouTube Chat Emoji Lazy Loading Enabler
ID ghlaaeljfgbiiehnmmnhhanhiohbgiim
公式URL https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim
説明 Add loading="lazy" attribute to all Emoji elements.
ファイルサイズ 7.41 KB
インストール数 205
現在のバージョン 0.1.0
最終更新日 2020-12-27
公開日 2020-12-27
評価 4.33/5 合計 3 レビュー
開発者 https://blog.k-san.info
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}