Plug Stats

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

What is Plug Stats?

Plug Stats is a Chrome extension developed by callahanrts, and its main feature is "This extension adds a stats panel for recent plays in plug.dj".

Extension Screenshots

screenshot

Download Plug Stats Extension CRX File

Download Plug Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Plug Stats Plug Stats
ID hkchjfpmpnamjjmideglanbidbhiglhj
Official URL https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj
Description This extension adds a stats panel for recent plays in plug.dj
File Size 46.33 KB
Installation Count 22
Current Version 1.1
Last Updated 2016-11-03
Publish Date 2016-11-02
Rating 5.00/5 Total 1 Ratings
Developer callahanrts
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}