Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
Wat is Website traffic displayer?
Website traffic displayer is een Chrome-extensie ontwikkeld door https://tryfruit.com, en de belangrijkste functie is "Displays the monthly session count of the current website, based on http://rank2traffic.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Website traffic displayer
Download Website traffic displayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com
Basisinformatie over de Extensie
Naam | Website traffic displayer |
ID | ibakhgbldoealibhbnggdlhjalbceclj |
Officiële URL | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
Beschrijving | Displays the monthly session count of the current website, based on http://rank2traffic.com |
Bestandsgrootte | 47.3 KB |
Aantal Installaties | 956 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-02-22 |
Publicatiedatum | 2017-02-22 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://tryfruit.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |