RichPresence for Discord

Discord <--> Browser

什么是RichPresence for Discord?

RichPresence for Discord是由Allan Fernando开发的Chrome扩展程序,该扩展的主要功能是“Discord <--> Browser”。

扩展截图

screenshot

下载RichPresence for Discord扩展crx文件

下载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"
}