whos.amung.us Users Online Counter

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

What is whos.amung.us Users Online Counter?

whos.amung.us Users Online Counter is a Chrome extension developed by https://whos.amung.us, and its main feature is "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".

Extension Screenshots

screenshot

Download whos.amung.us Users Online Counter Extension CRX File

Download whos.amung.us Users Online Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
Official URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
Description Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
File Size 48.99 KB
Installation Count 2,644
Current Version 3.0
Last Updated 2022-10-29
Publish Date 2013-01-20
Rating 4.42/5 Total 96 Ratings
Developer https://whos.amung.us
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}