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