Browsite
Find who is behind a website
Co je Browsite?
Browsite je rozšíření Chrome vyvinuté http://browseye.com, a jeho hlavní funkcí je „Find who is behind a website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Browsite
Stáhněte si soubory rozšíření Browsite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
Oficiální URL | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
Popis | Find who is behind a website |
Velikost souboru | 16.1 KB |
Počet instalací | 25 |
Aktuální Verze | 0.0.6 |
Poslední Aktualizace | 2014-02-16 |
Datum Vydání | 2014-02-16 |
Hodnocení | 4.75/5 Celkem 4 Hodnocení |
Vývojář | http://browseye.com |
Typ Platby | free |
Podporované Jazyky | 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" } |