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 là gì?
Member Stamp Sorter là một tiện ích mở rộng Chrome được phát triển bởi Ryo's Music Lab., và tính năng chính của nó là "Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Member Stamp Sorter
Tải xuống các tệp mở rộng Member Stamp Sorter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bcjnappblnebnomneeaefghbdengghnm |
URL Chính Thức | https://chromewebstore.google.com/detail/member-stamp-sorter/bcjnappblnebnomneeaefghbdengghnm |
Mô tả | Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.… |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 473 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-04-03 |
Ngày Phát Hành | 2021-04-03 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Ryo's Music Lab. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |