whos.amung.us Users Online Counter

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

Co to jest whos.amung.us Users Online Counter?

whos.amung.us Users Online Counter to rozszerzenie Chrome opracowane przez https://whos.amung.us, a jego główną funkcją jest „Shows how many people are currently on your website in accordance with the whos.amung.us widget use.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia whos.amung.us Users Online Counter

Pobierz pliki rozszerzeń whos.amung.us Users Online Counter 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
Oficjalny URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
Opis Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Rozmiar pliku 48.99 KB
Liczba instalacji 2,644
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2022-10-29
Data Publikacji 2013-01-20
Ocena 4.42/5 Łącznie 96 Oceny
Deweloper https://whos.amung.us
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}