tagpro-catstats

lambda's catstat collector

What is tagpro-catstats?

tagpro-catstats is a Chrome extension developed by JJJollyjim, and its main feature is "lambda's catstat collector".

Download tagpro-catstats Extension CRX File

Download tagpro-catstats 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

                        Uploaded due to the Chrome permission change.

There's no licence on the GitHub repo, but many people need this. I will remove it at ylambda's request.                    

Extension Basic Information

Name tagpro-catstats tagpro-catstats
ID khfhapcfdfpfladjfhdmednbbkicfbeo
Official URL https://chrome.google.com/webstore/detail/tagpro-catstats/khfhapcfdfpfladjfhdmednbbkicfbeo
Description lambda's catstat collector
File Size 5.62 KB
Installation Count 40
Current Version 0.0.3
Last Updated 2014-02-20
Publish Date 2014-02-20
Rating 5.00/5 Total 4 Ratings
Developer JJJollyjim
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tagpro-catstats",
    "description": "lambda's catstat collector",
    "version": "0.0.3",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.jukejuice.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/catstats.js"
    ]
}