Browser stats

An advanced browser debugging and stats gathering tool.

O que é Browser stats?

Browser stats é uma extensão do Chrome desenvolvida por https://porttwentytwo.blogspot.com, e sua principal característica é "An advanced browser debugging and stats gathering tool.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Browser stats

Baixe arquivos de extensão Browser stats 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

                        A quick browser debugging and alerting tool. This tool allows you to gather the state of chrome browser to help you look for obvious issues. The list of things checked for are listed below. 

In addition, it will also alert the user if new extensions are installed in a suspicious way. This will help identify rogue extensions deployed by malware without user's intent. For example, it will notify the user if an adware (or malware) silently installs a chrome extension to inserts ads without notifying the user.

Complete list of features:

1) Get list of all extensions (with info if its enabled/disabled
2) Also lists if the extensions were installed manually by the user, or by another application or domain admin.
3) Lists all active plugins
4) Lists current proxy settings
5) Do a small series of tests to see if firewalls could be blocking any Google services.
6) If a new extensions is installed in a suspicious way, this extension will notify the user via a popup about the activity.                    

Informações Básicas da Extensão

Nome Browser stats Browser stats
ID diccpkdkicjffinmlnojhhppckknaedf
URL Oficial https://chromewebstore.google.com/detail/browser-stats/diccpkdkicjffinmlnojhhppckknaedf
Descrição An advanced browser debugging and stats gathering tool.
Tamanho do Arquivo 59.19 KB
Contagem de Instalações 39
Versão Atual 1.9.52
Última Atualização 2015-05-04
Data de Publicação 2015-05-03
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor https://porttwentytwo.blogspot.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon_16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/browserinformation.appspot.com\/; object-src 'self'",
    "description": "An advanced browser debugging and stats gathering tool.",
    "icons": {
        "128": "assets\/icon_128.png",
        "16": "assets\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Browser stats",
    "offline_enabled": true,
    "permissions": [
        "management",
        "proxy",
        "storage",
        "notifications",
        "system.memory",
        "system.cpu",
        "system.storage"
    ],
    "version": "1.9.52",
    "web_accessible_resources": [
        "assets\/icon_128.png"
    ]
}