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 je whos.amung.us Users Online Counter?

whos.amung.us Users Online Counter je rozšíření Chrome vyvinuté https://whos.amung.us, a jeho hlavní funkcí je „Shows how many people are currently on your website in accordance with the whos.amung.us widget use.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření whos.amung.us Users Online Counter

Stáhněte si soubory rozšíření whos.amung.us Users Online Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
Oficiální URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
Popis Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Velikost souboru 48.99 KB
Počet instalací 2,644
Aktuální Verze 3.0
Poslední Aktualizace 2022-10-29
Datum Vydání 2013-01-20
Hodnocení 4.42/5 Celkem 96 Hodnocení
Vývojář https://whos.amung.us
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}