whos.amung.us Users Online Counter
Shows how many people are currently on your website in accordance with the whos.amung.us widget use.
O que é whos.amung.us Users Online Counter?
whos.amung.us Users Online Counter é uma extensão do Chrome desenvolvida por https://whos.amung.us, e sua principal característica é "Shows how many people are currently on your website in accordance with the whos.amung.us widget use.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão whos.amung.us Users Online Counter
Baixe arquivos de extensão whos.amung.us Users Online Counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | whos.amung.us Users Online Counter |
ID | jkcbiekaonbmiomkbhhfdpllnjgicble |
URL Oficial | https://chromewebstore.google.com/detail/whosamungus-users-online/jkcbiekaonbmiomkbhhfdpllnjgicble |
Descrição | Shows how many people are currently on your website in accordance with the whos.amung.us widget use. |
Tamanho do Arquivo | 48.99 KB |
Contagem de Instalações | 2,644 |
Versão Atual | 3.0 |
Última Atualização | 2022-10-29 |
Data de Publicação | 2013-01-20 |
Classificação | 4.42/5 Total de 96 Avaliações |
Desenvolvedor | https://whos.amung.us |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |