Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
Что такое Website traffic displayer?
Website traffic displayer - это расширение Chrome, разработанное https://tryfruit.com, и его основная функция - "Displays the monthly session count of the current website, based on http://rank2traffic.com".
Снимки экрана расширения
Скачать файл CRX расширения Website traffic displayer
Скачайте файлы расширений Website traffic displayer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com Основная информация о расширении
| Название | |
| 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
} | |