KA Discord Rich Presence

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

Vad är KA Discord Rich Presence?

KA Discord Rich Presence är en Chrome-tillägg utvecklad av DeJayDev, och dess huvudfunktion är "Displays info about the current anime you're watching on Discord Rich Presence!".

Tilläggsskärmbilder

screenshot

Ladda ner KA Discord Rich Presence-förlängningens CRX-fil

Ladda ner KA Discord Rich Presence-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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?                    

Grundläggande Information om Tillägg

Namn KA Discord Rich Presence KA Discord Rich Presence
ID ogjfakdfefnocdfaefklnhlmnapfpble
Officiell webbadress https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble
Beskrivning Displays info about the current anime you're watching on Discord Rich Presence!
Filstorlek 50.68 KB
Antal Installationer 108
Aktuell Version 0.3.1
Senast Uppdaterad 2018-08-29
Publiceringsdatum 2018-08-29
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare DeJayDev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence
Hjälpsida URL https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues
Stödda Språk 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"
    }
}