Website traffic displayer

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

Was ist Website traffic displayer?

Website traffic displayer ist eine Chrome-Erweiterung, die von https://tryfruit.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Erweiterungsscreenshots

screenshot

Website traffic displayer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Website traffic displayer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
Offizielle URL https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Beschreibung Displays the monthly session count of the current website, based on http://rank2traffic.com
Dateigröße 47.3 KB
Installationsanzahl 956
Aktuelle Version 1.1
Letztes Update 2017-02-22
Veröffentlichungsdatum 2017-02-22
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler https://tryfruit.com
Zahlungsart free
Unterstützte Sprachen 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
}