Plug Stats

This extension adds a stats panel for recent plays in plug.dj

Co to jest Plug Stats?

Plug Stats to rozszerzenie Chrome opracowane przez callahanrts, a jego główną funkcją jest „This extension adds a stats panel for recent plays in plug.dj”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Plug Stats

Pobierz pliki rozszerzeń Plug Stats 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

                        Plug Stats adds a panel to https://plug.dj that will display general statistics for the past 50 tracks played as well as every track played afterwards.

Sort by woot, meh, or grab to get the insight you're looking for.                    

Podstawowe informacje o rozszerzeniu

Nazwa Plug Stats Plug Stats
ID hkchjfpmpnamjjmideglanbidbhiglhj
Oficjalny URL https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj
Opis This extension adds a stats panel for recent plays in plug.dj
Rozmiar pliku 46.33 KB
Liczba instalacji 22
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-11-03
Data Publikacji 2016-11-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper callahanrts
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug Stats",
    "description": "This extension adds a stats panel for recent plays in plug.dj",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "js": [
                "injector.js"
            ],
            "css": [
                "css\/plug.css"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "css\/*.css",
        "*.js",
        "*.html"
    ]
}