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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whos.amung.us และคุณลักษณะหลักของมันคือ "Shows how many people are currently on your website in accordance with the whos.amung.us widget use."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย whos.amung.us Users Online Counter
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |