Browsite
Find who is behind a website
Wat is Browsite?
Browsite is een Chrome-extensie ontwikkeld door http://browseye.com, en de belangrijkste functie is "Find who is behind a website".
Extensie Screenshots
Download het CRX-bestand van de extensie Browsite
Download Browsite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
Officiële URL | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
Beschrijving | Find who is behind a website |
Bestandsgrootte | 16.1 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2014-02-16 |
Publicatiedatum | 2014-02-16 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://browseye.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } |