whos.amung.us Users Online Counter

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

Hvad er whos.amung.us Users Online Counter?

whos.amung.us Users Online Counter er en Chrome-udvidelse udviklet af https://whos.amung.us, og dens hovedfunktion er "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".

Udvidelsesskærmbilleder

screenshot

Download whos.amung.us Users Online Counter-udvidelses-CRX-fil

Download whos.amung.us Users Online Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
Officiel URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
Beskrivelse Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Filstørrelse 48.99 KB
Antal Installationer 2,644
Nuværende Version 3.0
Senest Opdateret 2022-10-29
Udgivelsesdato 2013-01-20
Bedømmelse 4.42/5 Samlet 96 Bedømmelser
Udvikler https://whos.amung.us
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}