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.

O que é Free Counter Stat?

Free Counter Stat é uma extensão do Chrome desenvolvida por http://www.freecounterstat.com, e sua principal característica é "Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Free Counter Stat

Baixe arquivos de extensão Free Counter Stat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Free Counter Stat Free Counter Stat
ID iladkgplgigafpgpifjdfmlapldcjeop
URL Oficial https://chrome.google.com/webstore/detail/free-counter-stat/iladkgplgigafpgpifjdfmlapldcjeop
Descrição Our free counter visits is simple to install on your blog or website. The registration is free and No mail address needed.
Tamanho do Arquivo 116 KB
Contagem de Instalações 4,766
Versão Atual 1.2
Última Atualização 2014-11-13
Data de Publicação 2014-11-13
Classificação 4.04/5 Total de 55 Avaliações
Desenvolvedor http://www.freecounterstat.com
Tipo de Pagamento free
Site da Extensão http://www.freecounterstat.com
URL da Página de Ajuda http://www.freecounterstat.com/contact.php
Idiomas Suportados 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"
        ]
    }
}