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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Browser Discord Status Browser Discord Status
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
Eメール [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"
    }
}