Website traffic displayer

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

Apa itu Website traffic displayer?

Website traffic displayer adalah ekstensi Chrome yang dikembangkan oleh https://tryfruit.com, dan fitur utamanya adalah "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Website traffic displayer

Unduh file ekstensi Website traffic displayer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
URL Resmi https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Deskripsi Displays the monthly session count of the current website, based on http://rank2traffic.com
Ukuran File 47.3 KB
Jumlah Instalasi 956
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-02-22
Tanggal Publikasi 2017-02-22
Penilaian 4.50/5 Total 6 Penilaian
Pengembang https://tryfruit.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}