Plug Stats

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

Qu'est-ce que Plug Stats ?

Plug Stats est une extension Chrome développée par callahanrts, et sa fonction principale est "This extension adds a stats panel for recent plays in plug.dj".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Plug Stats

Téléchargez les fichiers d'extension Plug Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Plug Stats Plug Stats
ID hkchjfpmpnamjjmideglanbidbhiglhj
URL Officiel https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj
Description This extension adds a stats panel for recent plays in plug.dj
Taille du Fichier 46.33 KB
Nombre d'Installations 22
Version Actuelle 1.1
Dernière Mise à Jour 2016-11-03
Date de Publication 2016-11-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur callahanrts
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}