Member Stamp Sorter
Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.…
What is Member Stamp Sorter?
Member Stamp Sorter is a Chrome extension developed by Ryo's Music Lab., and its main feature is "Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.…".
Extension Screenshots
Download Member Stamp Sorter Extension CRX File
Download Member Stamp Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bcjnappblnebnomneeaefghbdengghnm |
Official URL | https://chromewebstore.google.com/detail/member-stamp-sorter/bcjnappblnebnomneeaefghbdengghnm |
Description | Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.… |
File Size | 110 KB |
Installation Count | 473 |
Current Version | 1.0 |
Last Updated | 2021-04-03 |
Publish Date | 2021-04-03 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Ryo's Music Lab. |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |