Counter.Station.BZ

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

Counter.Station.BZ란 무엇입니까?

Counter.Station.BZ은(는) https://counter.station.bz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how many visitors are on your site or blog directly in your Google Chrome toolbar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Counter.Station.BZ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Counter.Station.BZ Counter.Station.BZ
ID ljgpfccpdfiehhldpjhgajgaiecblckc
공식 URL https://chromewebstore.google.com/detail/counterstationbz/ljgpfccpdfiehhldpjhgajgaiecblckc
설명 See how many visitors are on your site or blog directly in your Google Chrome toolbar.
파일 크기 11.92 KB
설치 횟수 42
현재 버전 0.9.1
최근 업데이트 2013-01-24
출시 날짜 2013-01-24
평점 5.00/5 총 1 개의 평점
개발자 https://counter.station.bz
결제 유형 free
확장 프로그램 웹 사이트 http://counter.station.bz
지원되는 언어 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"
}