Plug Stats
This extension adds a stats panel for recent plays in plug.dj
Hvad er Plug Stats?
Plug Stats er en Chrome-udvidelse udviklet af callahanrts, og dens hovedfunktion er "This extension adds a stats panel for recent plays in plug.dj".
Udvidelsesskærmbilleder
Download Plug Stats-udvidelses-CRX-fil
Download Plug Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Plug Stats |
ID | hkchjfpmpnamjjmideglanbidbhiglhj |
Officiel URL | https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj |
Beskrivelse | This extension adds a stats panel for recent plays in plug.dj |
Filstørrelse | 46.33 KB |
Antal Installationer | 22 |
Nuværende Version | 1.1 |
Senest Opdateret | 2016-11-03 |
Udgivelsesdato | 2016-11-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | callahanrts |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |