Browser Discord Status
Show to your friends what you are doing in browser.
Browser Discord Status क्या है?
Browser Discord Status 3xanax द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show to your friends what you are doing in browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browser Discord Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } } |