Browser Discord Status

Show to your friends what you are doing in browser.

Browser Discord Statusคืออะไร?

Browser Discord Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3xanax และคุณลักษณะหลักของมันคือ "Show to your friends what you are doing in browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Discord Status

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}