VRCe - Manage your VRChat experience.
This extension allows you to see VRChat.com websites data with a better interface.
VRCe - Manage your VRChat experience. क्या है?
VRCe - Manage your VRChat experience. NekoTiki's Projects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to see VRChat.com websites data with a better interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VRCe - Manage your VRChat experience. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Extension allows you by the click of a button to access your VRC data using their API. Features: - Friend List with Status - Search your Friends list - See worlds your Friends are in when available to you - VRChat events history - Update your VRChat Avatar/Thumbnail (VRC+ only) - Get notified on Friend or Favorited Friend (in the extension) connection to VRChat - Get notified on Notifications (Friend Request, Invite, Invite Request and Reply) Toolbox: - See actions on Users you Blocked/Hide/Show/Mute - Have an explicite view of your Friends Informations - See your full profile details
एक्सटेंशन की मूल जानकारी
नाम | VRCe - Manage your VRChat experience. |
ID | ifehdekkdpiljkefhbhabpngnjdhloia |
आधिकारिक URL | https://chromewebstore.google.com/detail/vrce-manage-your-vrchat-e/ifehdekkdpiljkefhbhabpngnjdhloia |
विवरण | This extension allows you to see VRChat.com websites data with a better interface. |
फ़ाइल का आकार | 1.05 MB |
स्थापना संख्या | 317 |
वर्तमान संस्करण | 1.5.10 |
अंतिम अपडेट | 2023-11-15 |
प्रकाशन तिथि | 2021-12-16 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | NekoTiki's Projects |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://nekotiki.fr/privacy-policies.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VRCe - Manage your VRChat experience.", "description": "This extension allows you to see VRChat.com websites data with a better interface.", "default_locale": "en", "permissions": [ "cookies", "background", "notifications", "unlimitedStorage", "https:\/\/vrchat.com\/*" ], "icons": { "16": "icons\/vrce-logo-16_x_16.png", "48": "icons\/vrce-logo-48_x_48.png", "128": "icons\/vrce-logo-128_x_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "VRCe", "default_icon": { "19": "icons\/vrce-logo-19_x_19.png", "38": "icons\/vrce-logo-38_x_38.png" } }, "version": "1.5.10", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |