whos.amung.us Users Online Counter

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

whos.amung.us Users Online Counter란 무엇입니까?

whos.amung.us Users Online Counter은(는) https://whos.amung.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows how many people are currently on your website in accordance with the whos.amung.us widget use."입니다.

확장 프로그램 스크린샷

screenshot

whos.amung.us Users Online Counter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 whos.amung.us Users Online Counter whos.amung.us Users Online Counter
ID jkcbiekaonbmiomkbhhfdpllnjgicble
공식 URL https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble
설명 Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
파일 크기 48.99 KB
설치 횟수 2,644
현재 버전 3.0
최근 업데이트 2022-10-29
출시 날짜 2013-01-20
평점 4.42/5 총 96 개의 평점
개발자 https://whos.amung.us
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}