Counter.Station.BZ

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

What is Counter.Station.BZ?

Counter.Station.BZ is a Chrome extension developed by https://counter.station.bz, and its main feature is "See how many visitors are on your site or blog directly in your Google Chrome toolbar.".

Extension Screenshots

screenshot
screenshot

Download Counter.Station.BZ Extension CRX File

Download Counter.Station.BZ 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

                        Access Statistics to Your Site or Blog Free Real-Time

With the extension for Google Chrome you see visitors directly from your browser toolbar.

- Do You want to know who is visiting your website or blog?
- Do You want to know which country or city they are visiting?
- Do You want to know browser's information used by your visitor?

Counter.station.bz offers all this and much more for free.
With our models hit counters you know all these real-time information from your visitors.                    

Extension Basic Information

Name Counter.Station.BZ Counter.Station.BZ
ID ljgpfccpdfiehhldpjhgajgaiecblckc
Official URL https://chromewebstore.google.com/detail/counterstationbz/ljgpfccpdfiehhldpjhgajgaiecblckc
Description See how many visitors are on your site or blog directly in your Google Chrome toolbar.
File Size 11.92 KB
Installation Count 42
Current Version 0.9.1
Last Updated 2013-01-24
Publish Date 2013-01-24
Rating 5.00/5 Total 1 Ratings
Developer https://counter.station.bz
Payment Type free
Extension Website http://counter.station.bz
Supported Languages en,es,pt-BR,pt-PT
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"
}