Browsite

Find who is behind a website

O que é Browsite?

Browsite é uma extensão do Chrome desenvolvida por http://browseye.com, e sua principal característica é "Find who is behind a website".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Browsite

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

                        Websites use cookies to learn about who you are. It is only fair that you do the same.

Browsite shows you everything about the website you are visiting. 

Who is behind it? 
See their smiling faces, jobs and LinkedIn profiles

Where are they? 
See which country they operate from 

What company runs it? 
Find about the company that runs this website, its recent milestones and achievements

What do people say? 
Read what others say about this website                    

Informações Básicas da Extensão

Nome Browsite Browsite
ID jgeepmbincjcpcpdmjmgkegamlccfkbd
URL Oficial https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd
Descrição Find who is behind a website
Tamanho do Arquivo 16.1 KB
Contagem de Instalações 25
Versão Atual 0.0.6
Última Atualização 2014-02-16
Data de Publicação 2014-02-16
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor http://browseye.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browsite",
    "version": "0.0.6",
    "description": "Find who is behind a website",
    "browser_action": {
        "default_icon": "bs128.png",
        "default_title": "Not implemented yet"
    },
    "icons": {
        "16": "bs16.png",
        "48": "bs48.png",
        "128": "bs128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/www.browseye.com"
}