Website traffic displayer

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

Website traffic displayer क्या है?

Website traffic displayer https://tryfruit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the monthly session count of the current website, based on http://rank2traffic.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Website traffic displayer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
आधिकारिक URL https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
विवरण Displays the monthly session count of the current website, based on http://rank2traffic.com
फ़ाइल का आकार 47.3 KB
स्थापना संख्या 956
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-02-22
प्रकाशन तिथि 2017-02-22
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर https://tryfruit.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}