KA Discord Rich Presence

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

Co to jest KA Discord Rich Presence?

KA Discord Rich Presence to rozszerzenie Chrome opracowane przez DeJayDev, a jego główną funkcją jest „Displays info about the current anime you're watching on Discord Rich Presence!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KA Discord Rich Presence

Pobierz pliki rozszerzeń KA Discord Rich Presence w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa KA Discord Rich Presence KA Discord Rich Presence
ID ogjfakdfefnocdfaefklnhlmnapfpble
Oficjalny URL https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble
Opis Displays info about the current anime you're watching on Discord Rich Presence!
Rozmiar pliku 50.68 KB
Liczba instalacji 108
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2018-08-29
Data Publikacji 2018-08-29
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper DeJayDev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence
Adres URL Strony Pomocy https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues
Obsługiwane Języki 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"
    }
}