Counter.Station.BZ

Counter.Station.BZ

See how many visitors are on your site or blog directly in your Google Chrome toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Counter.Station.BZ",
  "description": "__MSG_extDesc__",
  "version": "0.9.1",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icone48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icone16.png",
    "48": "icone48.png",
    "128": "icone128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "http://counter.station.bz/*",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en"
}