Plug Stats
This extension adds a stats panel for recent plays in plug.dj
Wat is Plug Stats?
Plug Stats is een Chrome-extensie ontwikkeld door callahanrts, en de belangrijkste functie is "This extension adds a stats panel for recent plays in plug.dj".
Extensie Screenshots
Download het CRX-bestand van de extensie Plug Stats
Download Plug Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Plug Stats |
ID | hkchjfpmpnamjjmideglanbidbhiglhj |
Officiële URL | https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj |
Beschrijving | This extension adds a stats panel for recent plays in plug.dj |
Bestandsgrootte | 46.33 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-11-03 |
Publicatiedatum | 2016-11-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | callahanrts |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |