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.」です。
拡張機能のスクリーンショット
whos.amung.us Users Online Counter拡張機能のCRXファイルをダウンロード
whos.amung.us Users Online Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |