tagpro-catstats

tagpro-catstats

lambda's catstat collector

Merlin
Additional files are visible only to premium users

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"
  ]
}