Website traffic displayer

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

Cos'è Website traffic displayer?

Website traffic displayer è un'estensione di Chrome sviluppata da https://tryfruit.com, e la sua funzione principale è "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Website traffic displayer

Scarica i file di estensione Website traffic displayer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
URL Ufficiale https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Descrizione Displays the monthly session count of the current website, based on http://rank2traffic.com
Dimensione del File 47.3 KB
Conteggio Installazioni 956
Versione Corrente 1.1
Ultimo Aggiornamento 2017-02-22
Data di Pubblicazione 2017-02-22
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://tryfruit.com
Tipo di Pagamento free
Lingue Supportate 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
}