Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
What is Website traffic displayer?
Website traffic displayer is a Chrome extension developed by https://tryfruit.com, and its main feature is "Displays the monthly session count of the current website, based on http://rank2traffic.com".
Extension Screenshots
Download Website traffic displayer Extension CRX File
Download Website traffic displayer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com
Extension Basic Information
Name | Website traffic displayer |
ID | ibakhgbldoealibhbnggdlhjalbceclj |
Official URL | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
Description | Displays the monthly session count of the current website, based on http://rank2traffic.com |
File Size | 47.3 KB |
Installation Count | 956 |
Current Version | 1.1 |
Last Updated | 2017-02-22 |
Publish Date | 2017-02-22 |
Rating | 4.50/5 Total 6 Ratings |
Developer | https://tryfruit.com |
Payment Type | free |
Supported Languages | 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 } |