Compare commits

..

2 Commits

Author SHA1 Message Date
b2054992b2 Merge branch 'wip' of gitea.moe:lamp/vrchat-emoji-manager into wip 2024-10-09 21:29:28 -07:00
8b682f35bb update readme 2024-10-09 21:29:18 -07:00

View File

@ -1,6 +1,6 @@
# VRChat Emoji Manager # VRChat Emoji and Sticker Manager
VRChat Plus has a custom emoji feature but it is limited to 9 emojis and you cannot change their animation styles. This Chrome extension allows you to have a much larger collection of emojis and conveniently toggle them on and off when needed. VRChat Plus has a custom emoji and sticker feature but they are limited to 9 emojis or stickers and you cannot change the animation styles of the emojis. This Chrome extension allows you to have a much larger collection of emojis or stickers and conveniently toggle them on and off when needed.
![image](2023-10-26_20-50-20-123%20VRChat_Emoji_Manager_-_Google_Chrome.png) ![image](2023-10-26_20-50-20-123%20VRChat_Emoji_Manager_-_Google_Chrome.png)
@ -14,7 +14,11 @@ VRChat Plus has a custom emoji feature but it is limited to 9 emojis and you can
6. Open https://vrchat.com/home, existing emojis should be imported 6. Open https://vrchat.com/home, existing emojis should be imported
7. Click extension icon to launch in tab or window 7. Click extension icon to launch in tab or window
If you use git you can update by running `git clone` and then clicking reload in chrome extensions. Otherwise you have to download the zip again and extract it to the same path. ## Update
1. Export your emojis/stickers so you have a backup
2. If you installed with git, run `git pull`. If not, download the zip again, and extract it to the SAME PATH
3. Go to [chrome://extensions/](chrome://extensions/) and reload the extension
Note, do not move or rename the extension folder, otherwise you have to re-add the extension to Chrome, which will change the extension ID, and your emojis will be gone. It is also a good idea to keep an export file as a backup. Note, do not move or rename the extension folder, otherwise you have to re-add the extension to Chrome, which will change the extension ID, and your emojis will be gone. It is also a good idea to keep an export file as a backup.