RichPresence for Discord

Discord <--> Browser

RichPresence for Discordคืออะไร?

RichPresence for Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allan Fernando และคุณลักษณะหลักของมันคือ "Discord <--> Browser"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย RichPresence for Discord ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Connect chrome to discord using rich presence to show what you're doing to your discord friends.

It has integration with:
- YouTube
- Netflix
- Crunchyroll
- Disney +
- and more!

This extension needs external software: DiscordPipeSocket ( bit.ly/discordpipesocket ) and Discord to work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RichPresence for Discord RichPresence for Discord
ID glpejjlbjjegcemceejaipihnhjkaddf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/richpresence-for-discord/glpejjlbjjegcemceejaipihnhjkaddf
คำอธิบาย Discord <--> Browser
ขนาดไฟล์ 197 KB
จำนวนการติดตั้ง 1,405
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-01-12
วันที่เผยแพร่ 2021-01-12
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Allan Fernando
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/BRForgers/RichPresence-Addon
URL หน้านโยบายความเป็นส่วนตัว https://gist.githubusercontent.com/allanf181/b186d2a78710f9d9ee63b84c29f37c2f/raw/c4ecf36f5d6e5ae82c5f96343efc69e9c3cef0d2/privacy.txt
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "rpc.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Browser RichPresence"
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Discord <--> Browser",
    "developer": {
        "name": "allan181"
    },
    "icons": {
        "128": "rpc.png"
    },
    "manifest_version": 2,
    "name": "RichPresence for Discord",
    "permissions": [
        "",
        "storage",
        "tabs",
        "notifications"
    ],
    "version": "1.8"
}