whos.amung.us Users Online Counter

Shows how many people are currently on your website in accordance with the whos.amung.us widget use.

Что такое whos.amung.us Users Online Counter?

whos.amung.us Users Online Counter - это расширение Chrome, разработанное https://whos.amung.us, и его основная функция - "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения whos.amung.us Users Online Counter

Скачайте файлы расширений whos.amung.us Users Online Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Enables whos.amung.us users to instantly see how many people are currently on their website or blog right in Google Chrome. You can monitor up to 15 different sitekeys. Click the icon for more details and easily visit your stats pages.                    

Основная информация о расширении

Название whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
Официальный URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
Описание Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Размер файла 48.99 KB
Количество установок 2,644
Текущая Версия 3.0
Последнее Обновление 2022-10-29
Дата публикации 2013-01-20
Рейтинг 4.42/5 Всего 96 оценок
Разработчик https://whos.amung.us
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "whos.amung.us Users Online Counter",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.",
    "browser_action": {
        "default_icon": "icon_off.png",
        "default_popup": "popup.html",
        "default_title": "whos.amung.us"
    },
    "permissions": [
        "https:\/\/whos.amung.us\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}