YouTube Chat Emoji Lazy Loading Enabler

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

O que é YouTube Chat Emoji Lazy Loading Enabler?

YouTube Chat Emoji Lazy Loading Enabler é uma extensão do Chrome desenvolvida por https://blog.k-san.info, e sua principal característica é "Add loading="lazy" attribute to all Emoji elements.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Chat Emoji Lazy Loading Enabler

Baixe arquivos de extensão YouTube Chat Emoji Lazy Loading Enabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

Informações Básicas da Extensão

Nome YouTube Chat Emoji Lazy Loading Enabler YouTube Chat Emoji Lazy Loading Enabler
ID ghlaaeljfgbiiehnmmnhhanhiohbgiim
URL Oficial https://chromewebstore.google.com/detail/youtube-chat-emoji-lazy-l/ghlaaeljfgbiiehnmmnhhanhiohbgiim
Descrição Add loading="lazy" attribute to all Emoji elements.
Tamanho do Arquivo 7.41 KB
Contagem de Instalações 205
Versão Atual 0.1.0
Última Atualização 2020-12-27
Data de Publicação 2020-12-27
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor https://blog.k-san.info
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}