Website traffic displayer

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

Website traffic displayer là gì?

Website traffic displayer là một tiện ích mở rộng Chrome được phát triển bởi https://tryfruit.com, và tính năng chính của nó là "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Website traffic displayer

Tải xuống các tệp mở rộng Website traffic displayer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
URL Chính Thức https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Mô tả Displays the monthly session count of the current website, based on http://rank2traffic.com
Kích Thước Tệp 47.3 KB
Số Lần Cài Đặt 956
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-02-22
Ngày Phát Hành 2017-02-22
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://tryfruit.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}