Browser Discord Status

Show to your friends what you are doing in browser.

Cos'è Browser Discord Status?

Browser Discord Status è un'estensione di Chrome sviluppata da 3xanax, e la sua funzione principale è "Show to your friends what you are doing in browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Browser Discord Status

Scarica i file di estensione Browser Discord Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Browser Discord Status Browser Discord Status
ID aklnceehjhihdljbcajhdiehaphlafjl
URL Ufficiale https://chrome.google.com/webstore/detail/browser-discord-status/aklnceehjhihdljbcajhdiehaphlafjl
Descrizione Show to your friends what you are doing in browser.
Dimensione del File 135 KB
Conteggio Installazioni 198
Versione Corrente 1.0.4
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2021-03-19
Valutazione 1.57/5 Totale 7 Valutazioni
Sviluppatore 3xanax
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/anKordii/Browser-Discord-Status
URL della Pagina di Aiuto https://github.com/anKordii/Browser-Discord-Status/issues
URL della Pagina della Politica sulla Privacy https://beyondlabs.pl/privacy
Lingue Supportate 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"
    }
}