whos.amung.us Users Online Counter
Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Was ist whos.amung.us Users Online Counter?
whos.amung.us Users Online Counter ist eine Chrome-Erweiterung, die von https://whos.amung.us entwickelt wurde, und ihr Hauptmerkmal ist "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".
Erweiterungsscreenshots
whos.amung.us Users Online Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie whos.amung.us Users Online Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | whos.amung.us Users Online Counter |
ID | jkcbiekaonbmiomkbhhfdpllnjgicble |
Offizielle URL | https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble |
Beschreibung | Shows how many people are currently on your website in accordance with the whos.amung.us widget use. |
Dateigröße | 48.99 KB |
Installationsanzahl | 2,644 |
Aktuelle Version | 3.0 |
Letztes Update | 2022-10-29 |
Veröffentlichungsdatum | 2013-01-20 |
Bewertung | 4.42/5 Insgesamt 96 Bewertungen |
Entwickler | https://whos.amung.us |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |