Plug Stats

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

Cos'è Plug Stats?

Plug Stats è un'estensione di Chrome sviluppata da callahanrts, e la sua funzione principale è "This extension adds a stats panel for recent plays in plug.dj".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Plug Stats

Scarica i file di estensione Plug Stats 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Plug Stats Plug Stats
ID hkchjfpmpnamjjmideglanbidbhiglhj
URL Ufficiale https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj
Descrizione This extension adds a stats panel for recent plays in plug.dj
Dimensione del File 46.33 KB
Conteggio Installazioni 22
Versione Corrente 1.1
Ultimo Aggiornamento 2016-11-03
Data di Pubblicazione 2016-11-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore callahanrts
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}