Member Stamp Sorter
Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.…
Member Stamp Sorterคืออะไร?
Member Stamp Sorter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryo's Music Lab. และคุณลักษณะหลักของมันคือ "Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Member Stamp Sorter
ดาวน์โหลดไฟล์ส่วนขยาย Member Stamp Sorter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership. Custom emoji are useful for communicating in live chat. But, there is no way to change the order of them. So, it takes a lot of time to use custom emoji. This extension allows you to arrange the order of custom emoji.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcjnappblnebnomneeaefghbdengghnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/member-stamp-sorter/bcjnappblnebnomneeaefghbdengghnm |
คำอธิบาย | Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.… |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 473 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-04-03 |
วันที่เผยแพร่ | 2021-04-03 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Ryo's Music Lab. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Member Stamp Sorter", "manifest_version": 2, "version": "1.0", "permissions": [ "storage", "https:\/\/www.youtube.com\/*" ], "browser_action": { "default_title": "MemberStampSorter", "default_popup": "popup.html", "default_icon": { "19": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat*" ], "all_frames": true } ] } |