RichPresence for Discord

Discord <--> Browser

What is RichPresence for Discord?

RichPresence for Discord is a Chrome extension developed by Allan Fernando, and its main feature is "Discord <--> Browser".

Extension Screenshots

screenshot

Download RichPresence for Discord Extension CRX File

Download RichPresence for Discord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RichPresence for Discord RichPresence for Discord
ID glpejjlbjjegcemceejaipihnhjkaddf
Official URL https://chromewebstore.google.com/detail/richpresence-for-discord/glpejjlbjjegcemceejaipihnhjkaddf
Description Discord <--> Browser
File Size 197 KB
Installation Count 1,405
Current Version 1.8
Last Updated 2021-01-12
Publish Date 2021-01-12
Rating 3.00/5 Total 2 Ratings
Developer Allan Fernando
Email [email protected]
Payment Type free
Help Page URL https://github.com/BRForgers/RichPresence-Addon
Privacy Policy Page URL https://gist.githubusercontent.com/allanf181/b186d2a78710f9d9ee63b84c29f37c2f/raw/c4ecf36f5d6e5ae82c5f96343efc69e9c3cef0d2/privacy.txt
Supported Languages 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"
}