Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
Hvad er Website traffic displayer?
Website traffic displayer er en Chrome-udvidelse udviklet af https://tryfruit.com, og dens hovedfunktion er "Displays the monthly session count of the current website, based on http://rank2traffic.com".
Udvidelsesskærmbilleder
Download Website traffic displayer-udvidelses-CRX-fil
Download Website traffic displayer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ibakhgbldoealibhbnggdlhjalbceclj |
| Officiel URL | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
| Beskrivelse | Displays the monthly session count of the current website, based on http://rank2traffic.com |
| Filstørrelse | 47.3 KB |
| Antal Installationer | 956 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-02-22 |
| Udgivelsesdato | 2017-02-22 |
| Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
| Udvikler | https://tryfruit.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |