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 |
官方網址 | 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" } } |