Browser Discord Status
Show to your friends what you are doing in browser.
什麼是Browser Discord Status?
Browser Discord Status是由3xanax開發的Chrome擴展程式,該擴展的主要功能是“Show to your friends what you are doing in browser.”。
擴展截圖
下載Browser Discord Status擴展crx文件
下載Browser Discord Status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you looking for Rich Presence for Discord you found perfect addon for this 😄 ✨ 1.0.4: - Status now update faster ✨ 1.0.3: - Added Microsoft Edge support - Disable Bing Search ✨ 1.0.2: - Added new supported sites - Select which sites you want display - New UI - Icon change when is connected and when is disconnected You need install external software for working 💾 https://github.com/anKordii/Browser-Discord-Status/releases Guide of how to install available at 💡 https://youtu.be/73wUaWiLA5I Supported sites: 👉 Netflix 👉 Twitch 👉 HBO Go 👉 Prime Video 👉 Twitter 👉 Apple TV+ and more! Whole list available at 🌿 https://4uss.cyou/discord-list
擴展基本資訊
名稱 | |
ID | aklnceehjhihdljbcajhdiehaphlafjl |
官方網址 | https://chrome.google.com/webstore/detail/browser-discord-status/aklnceehjhihdljbcajhdiehaphlafjl |
簡介 | Show to your friends what you are doing in browser. |
檔案大小 | 135 KB |
安裝次數 | 198 |
目前版本 | 1.0.4 |
更新時間 | 2022-07-19 |
上架時間 | 2021-03-19 |
評分 | 1.57/5 共 7 次評分 |
開發者 | 3xanax |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/anKordii/Browser-Discord-Status |
說明頁面URL | https://github.com/anKordii/Browser-Discord-Status/issues |
隱私政策頁面URL | https://beyondlabs.pl/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Discord Status", "version": "1.0.4", "description": "Show to your friends what you are doing in browser.", "permissions": [ "tabs", "notifications" ], "background": { "page": "bg.html" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "popup.html" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png" } } |