KA Discord Rich Presence

Displays info about the current anime you're watching on Discord Rich Presence!

Cos'è KA Discord Rich Presence?

KA Discord Rich Presence è un'estensione di Chrome sviluppata da DeJayDev, e la sua funzione principale è "Displays info about the current anime you're watching on Discord Rich Presence!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KA Discord Rich Presence

Scarica i file di estensione KA Discord Rich Presence in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ever wanted to show off how much of an otaku you are? Well, now you can. This extension displays the name and episode of the anime you're currently watching (on KissAnime, alpha & beta servers only) on Discord Rich Presence. How cool is that?                    

Informazioni di Base sull'Estensione

Nome KA Discord Rich Presence KA Discord Rich Presence
ID ogjfakdfefnocdfaefklnhlmnapfpble
URL Ufficiale https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble
Descrizione Displays info about the current anime you're watching on Discord Rich Presence!
Dimensione del File 50.68 KB
Conteggio Installazioni 108
Versione Corrente 0.3.1
Ultimo Aggiornamento 2018-08-29
Data di Pubblicazione 2018-08-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore DeJayDev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence
URL della Pagina di Aiuto https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KA Discord Rich Presence",
    "version": "0.3.1",
    "description": "Displays info about the current anime you're watching on Discord Rich Presence!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/Anime\/*\/*"
            ],
            "js": [
                "anime.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "KissAnime Discord Rich Presence"
    }
}