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ファイルをダウンロード

Free Counter Stat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}