Browser Discord Status

Show to your friends what you are doing in browser.

Browser Discord Status là gì?

Browser Discord Status là một tiện ích mở rộng Chrome được phát triển bởi 3xanax, và tính năng chính của nó là "Show to your friends what you are doing in browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Discord Status

Tải xuống các tệp mở rộng Browser Discord Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Discord Status Browser Discord Status
ID aklnceehjhihdljbcajhdiehaphlafjl
URL Chính Thức https://chrome.google.com/webstore/detail/browser-discord-status/aklnceehjhihdljbcajhdiehaphlafjl
Mô tả Show to your friends what you are doing in browser.
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2021-03-19
Đánh Giá 1.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển 3xanax
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/anKordii/Browser-Discord-Status
URL Trang Trợ Giúp https://github.com/anKordii/Browser-Discord-Status/issues
URL Trang Chính Sách Bảo Mật https://beyondlabs.pl/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}