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によって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to see VRChat.com websites data with a better interface.」です。
拡張機能のスクリーンショット
VRCe - Manage your VRChat experience.拡張機能のCRXファイルをダウンロード
VRCe - Manage your VRChat experience.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |