Website traffic displayer

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

Co je Website traffic displayer?

Website traffic displayer je rozšíření Chrome vyvinuté https://tryfruit.com, a jeho hlavní funkcí je „Displays the monthly session count of the current website, based on http://rank2traffic.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Website traffic displayer

Stáhněte si soubory rozšíření Website traffic displayer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
Oficiální URL https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Popis Displays the monthly session count of the current website, based on http://rank2traffic.com
Velikost souboru 47.3 KB
Počet instalací 956
Aktuální Verze 1.1
Poslední Aktualizace 2017-02-22
Datum Vydání 2017-02-22
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář https://tryfruit.com
Typ Platby free
Podporované Jazyky 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
}