This commit is contained in:
parent
0122d67367
commit
2b3b0cecaf
BIN
2023-10-26_20-50-20-123 VRChat_Emoji_Manager_-_Google_Chrome.png
Normal file
BIN
2023-10-26_20-50-20-123 VRChat_Emoji_Manager_-_Google_Chrome.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 878 KiB |
BIN
icon128.png
Normal file
BIN
icon128.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
@ -1,5 +1,7 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>VRChat Emoji Manager</title>
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
|
@ -343,6 +343,8 @@ function displayError(error) {
|
||||
html += `<br>Please log in to VRChat.com`;
|
||||
if (error.includes("No emoji."))
|
||||
html += ` Click "Add Emojis" to get started.`;
|
||||
if (error.includes("Could not establish connection. Receiving end does not exist."))
|
||||
html += `<br>Please reload your VRChat tab.`;
|
||||
errorDiv.innerHTML = html;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,11 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "VRChat Emoji Manager",
|
||||
"version": "1.0.0",
|
||||
"version": "1",
|
||||
"description": "Store more than 5 emoji, toggle them on and off and change their animation styles.",
|
||||
"icons": {
|
||||
"128": "icon128.png"
|
||||
},
|
||||
"permissions": [
|
||||
"storage",
|
||||
"unlimitedStorage",
|
||||
|
17
readme.md
Normal file
17
readme.md
Normal file
@ -0,0 +1,17 @@
|
||||
# VRChat Emoji Manager
|
||||
|
||||
VRChat Plus has a custom emoji feature but it is limited to 5 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.
|
||||
|
||||

|
||||
|
||||
## Install
|
||||
|
||||
Is it worth the $5 to publish this to Chrome Web Store??
|
||||
|
||||
1. [Download]https://gitea.moe/lamp/vrchat-emoji-manager/archive/main.zip() and unzip repository
|
||||
2. Navigate to [chrome://extensions/](chrome://extensions/)
|
||||
3. Enable developer mode
|
||||
4. Click "Load unpacked"
|
||||
5. Select the unzipped folder
|
||||
6. Open https://vrchat.com/home, existing emojis should be imported
|
||||
7. Click extension -> Options to access the manager
|
Loading…
x
Reference in New Issue
Block a user