VRCFriendCheck
Browser extension that allows you to check the online status of friends of VRChat and notify you online.
什麼是VRCFriendCheck?
VRCFriendCheck是由mnao305開發的Chrome擴展程式,該擴展的主要功能是“Browser extension that allows you to check the online status of friends of VRChat and notify you online.”。
擴展截圖
下載VRCFriendCheck擴展crx文件
下載VRCFriendCheck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Main function · Online / offline confirmation of friends · Notify me when my friend is online · World where online friends exist, instance confirmation · Join to that instance · Sort by name and instance ID order · Function to display only Favorite Friends · Show number of friends online over extension icon To use this extension, you need to log in with the VRChat account. When logging in, account information is not sent / stored to servers other than this extended function or VRChat official. GitHub: https://github.com/mnao305/VRCFriendCheck Since the VRChat API used in this extension is based on unofficial documentation and it is unclear whether access to this API is officially granted, you use this app at your own risk. The developer is not responsible for any damage caused by the use of this extension. I translate this sentence using Google Translate.
擴展基本資訊
名稱 | VRCFriendCheck |
ID | fkhfmlkfiaafmoaobaofhldnlgapekhl |
官方網址 | https://chromewebstore.google.com/detail/vrcfriendcheck/fkhfmlkfiaafmoaobaofhldnlgapekhl |
簡介 | Browser extension that allows you to check the online status of friends of VRChat and notify you online. |
檔案大小 | 354 KB |
安裝次數 | 1,802 |
目前版本 | 1.5.6 |
更新時間 | 2021-04-16 |
上架時間 | 2020-04-23 |
評分 | 3.50/5 共 12 次評分 |
開發者 | mnao305 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mnao305/VRCFriendCheck |
說明頁面URL | https://github.com/mnao305/VRCFriendCheck/issues |
支援的語言 | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VRCFriendCheck", "description": "__MSG_description__", "version": "1.5.6", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "VRCFriendCheck", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "https:\/\/api.vrchat.cloud\/*", "alarms", "storage", "notifications" ] } |