Counter.Station.BZ

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

Counter.Station.BZ là gì?

Counter.Station.BZ là một tiện ích mở rộng Chrome được phát triển bởi https://counter.station.bz, và tính năng chính của nó là "See how many visitors are on your site or blog directly in your Google Chrome toolbar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Counter.Station.BZ

Tải xuống các tệp mở rộng Counter.Station.BZ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Counter.Station.BZ Counter.Station.BZ
ID ljgpfccpdfiehhldpjhgajgaiecblckc
URL Chính Thức https://chromewebstore.google.com/detail/counterstationbz/ljgpfccpdfiehhldpjhgajgaiecblckc
Mô tả See how many visitors are on your site or blog directly in your Google Chrome toolbar.
Kích Thước Tệp 11.92 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2013-01-24
Ngày Phát Hành 2013-01-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://counter.station.bz
Loại Thanh Toán free
Trang Web Mở Rộng http://counter.station.bz
Ngôn Ngữ Được Hỗ Trợ 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"
}