Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
Co to jest Website traffic displayer?
Website traffic displayer to rozszerzenie Chrome opracowane przez https://tryfruit.com, a jego główną funkcją jest „Displays the monthly session count of the current website, based on http://rank2traffic.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Website traffic displayer
Pobierz pliki rozszerzeń Website traffic displayer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ibakhgbldoealibhbnggdlhjalbceclj |
| Oficjalny URL | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
| Opis | Displays the monthly session count of the current website, based on http://rank2traffic.com |
| Rozmiar pliku | 47.3 KB |
| Liczba instalacji | 956 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2017-02-22 |
| Data Publikacji | 2017-02-22 |
| Ocena | 4.50/5 Łącznie 6 Oceny |
| Deweloper | https://tryfruit.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |