Plug Stats

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

Was ist Plug Stats?

Plug Stats ist eine Chrome-Erweiterung, die von callahanrts entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a stats panel for recent plays in plug.dj".

Erweiterungsscreenshots

screenshot

Plug Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plug Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Plug Stats Plug Stats
ID hkchjfpmpnamjjmideglanbidbhiglhj
Offizielle URL https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj
Beschreibung This extension adds a stats panel for recent plays in plug.dj
Dateigröße 46.33 KB
Installationsanzahl 22
Aktuelle Version 1.1
Letztes Update 2016-11-03
Veröffentlichungsdatum 2016-11-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler callahanrts
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}