whos.amung.us Users Online Counter
Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
Cos'è whos.amung.us Users Online Counter?
whos.amung.us Users Online Counter è un'estensione di Chrome sviluppata da https://whos.amung.us, e la sua funzione principale è "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione whos.amung.us Users Online Counter
Scarica i file di estensione whos.amung.us Users Online Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | whos.amung.us Users Online Counter |
ID | jkcbiekaonbmiomkbhhfdpllnjgicble |
URL Ufficiale | https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble |
Descrizione | Shows how many people are currently on your website in accordance with the whos.amung.us widget use. |
Dimensione del File | 48.99 KB |
Conteggio Installazioni | 2,644 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2022-10-29 |
Data di Pubblicazione | 2013-01-20 |
Valutazione | 4.42/5 Totale 96 Valutazioni |
Sviluppatore | https://whos.amung.us |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |