Browsite
Find who is behind a website
What is Browsite?
Browsite is a Chrome extension developed by http://browseye.com, and its main feature is "Find who is behind a website".
Extension Screenshots
Download Browsite Extension CRX File
Download Browsite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
Official URL | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
Description | Find who is behind a website |
File Size | 16.1 KB |
Installation Count | 25 |
Current Version | 0.0.6 |
Last Updated | 2014-02-16 |
Publish Date | 2014-02-16 |
Rating | 4.75/5 Total 4 Ratings |
Developer | http://browseye.com |
Payment Type | free |
Supported Languages | 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" } |