whos.amung.us Users Online Counter

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

Wat is whos.amung.us Users Online Counter?

whos.amung.us Users Online Counter is een Chrome-extensie ontwikkeld door https://whos.amung.us, en de belangrijkste functie is "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie whos.amung.us Users Online Counter

Download whos.amung.us Users Online Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
Officiële URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
Beschrijving Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Bestandsgrootte 48.99 KB
Aantal Installaties 2,644
Huidige Versie 3.0
Laatst Bijgewerkt 2022-10-29
Publicatiedatum 2013-01-20
Beoordeling 4.42/5 Totaal 96 Beoordelingen
Ontwikkelaar https://whos.amung.us
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}