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 |
电子邮箱 | [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" } } |