Website traffic displayer

Displays the monthly session count of the current website, based on http://rank2traffic.com

O que é Website traffic displayer?

Website traffic displayer é uma extensão do Chrome desenvolvida por https://tryfruit.com, e sua principal característica é "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Website traffic displayer

Baixe arquivos de extensão Website traffic displayer 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

                        Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com                    

Informações Básicas da Extensão

Nome Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
URL Oficial https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Descrição Displays the monthly session count of the current website, based on http://rank2traffic.com
Tamanho do Arquivo 47.3 KB
Contagem de Instalações 956
Versão Atual 1.1
Última Atualização 2017-02-22
Data de Publicação 2017-02-22
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor https://tryfruit.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website traffic displayer",
    "description": "Displays the monthly session count of the current website, based on http:\/\/rank2traffic.com",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js",
            "js\/psl.min.js",
            "js\/local-cache.js"
        ]
    },
    "browser_action": {
        "default_name": "Website traffic"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.rank2traffic.com\/"
    ],
    "manifest_version": 2
}