Website traffic displayer

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

¿Qué es Website traffic displayer?

Website traffic displayer es una extensión de Chrome desarrollada por https://tryfruit.com, y su función principal es "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Website traffic displayer

Descarga archivos de extensión Website traffic displayer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
URL Oficial https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Descripción Displays the monthly session count of the current website, based on http://rank2traffic.com
Tamaño del Archivo 47.3 KB
Cantidad de Instalaciones 956
Versión Actual 1.1
Última Actualización 2017-02-22
Fecha de Publicación 2017-02-22
Calificación 4.50/5 Total de 6 Calificaciones
Desarrollador https://tryfruit.com
Tipo de Pago free
Idiomas Soportados 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
}