RichPresence for Discord

Discord <--> Browser

Apa itu RichPresence for Discord?

RichPresence for Discord adalah ekstensi Chrome yang dikembangkan oleh Allan Fernando, dan fitur utamanya adalah "Discord <--> Browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RichPresence for Discord

Unduh file ekstensi RichPresence for Discord dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RichPresence for Discord RichPresence for Discord
ID glpejjlbjjegcemceejaipihnhjkaddf
URL Resmi https://chromewebstore.google.com/detail/richpresence-for-discord/glpejjlbjjegcemceejaipihnhjkaddf
Deskripsi Discord <--> Browser
Ukuran File 197 KB
Jumlah Instalasi 1,405
Versi Saat Ini 1.8
Terakhir Diperbarui 2021-01-12
Tanggal Publikasi 2021-01-12
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Allan Fernando
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/BRForgers/RichPresence-Addon
URL Halaman Kebijakan Privasi https://gist.githubusercontent.com/allanf181/b186d2a78710f9d9ee63b84c29f37c2f/raw/c4ecf36f5d6e5ae82c5f96343efc69e9c3cef0d2/privacy.txt
Bahasa yang Didukung 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"
}