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はRyo's Music Lab.によって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Sort Member Stamps(custom emoji) on YouTube Live. Custom emoji are part of the perks of Youtube membership.…」です。
拡張機能のスクリーンショット
Member Stamp Sorter拡張機能のCRXファイルをダウンロード
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. |
Eメール | [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 } ] } |