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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.k-san.info และคุณลักษณะหลักของมันคือ "Add loading="lazy" attribute to all Emoji elements."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Chat Emoji Lazy Loading Enabler

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}