YouTube Chat Emoji Lazy Loading Enabler

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

Co to jest YouTube Chat Emoji Lazy Loading Enabler?

YouTube Chat Emoji Lazy Loading Enabler to rozszerzenie Chrome opracowane przez https://blog.k-san.info, a jego główną funkcją jest „Add loading="lazy" attribute to all Emoji elements.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Chat Emoji Lazy Loading Enabler

Pobierz pliki rozszerzeń YouTube Chat Emoji Lazy Loading Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Chat Emoji Lazy Loading Enabler YouTube Chat Emoji Lazy Loading Enabler
ID ghlaaeljfgbiiehnmmnhhanhiohbgiim
Oficjalny URL https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim
Opis Add loading="lazy" attribute to all Emoji elements.
Rozmiar pliku 7.41 KB
Liczba instalacji 205
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-12-27
Data Publikacji 2020-12-27
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://blog.k-san.info
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}