Free Counter Stat

Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed.

Free Counter Stat란 무엇입니까?

Free Counter Stat은(는) http://www.freecounterstat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Free Counter Stat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See how many people visit your website in real time.
A click on the icon and you access your full statistical report
see more http://www.freecounterstat.com                    

확장 프로그램 기본 정보

이름 Free Counter Stat Free Counter Stat
ID iladkgplgigafpgpifjdfmlapldcjeop
공식 URL https://chrome.google.com/webstore/detail/free-counter-stat/iladkgplgigafpgpifjdfmlapldcjeop
설명 Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed.
파일 크기 116 KB
설치 횟수 4,766
현재 버전 1.2
최근 업데이트 2014-11-13
출시 날짜 2014-11-13
평점 4.04/5 총 55 개의 평점
개발자 http://www.freecounterstat.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.freecounterstat.com
도움말 페이지 URL http://www.freecounterstat.com/contact.php
지원되는 언어 de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_descName__",
    "version": "1.2",
    "options_page": "option.html",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*.freecounterstat.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Your stats",
        "default_icon": "imgtool\/icon.png"
    },
    "icons": {
        "16": "imgtool\/16-icon.png",
        "19": "imgtool\/19-icon.png",
        "32": "imgtool\/32-icon.png",
        "38": "imgtool\/38-icon.png",
        "48": "imgtool\/48-icon.png",
        "69": "imgtool\/69-icon.png",
        "128": "imgtool\/128-icon.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "action.js",
            "jQueryAssets\/jquery-1.8.3.min.js",
            "jQueryAssets\/menu-tabs.js",
            "jQueryAssets\/jquery-ui-1.9.2.tabs.custom.min.js"
        ]
    }
}