Browsite
Find who is behind a website
Apa itu Browsite?
Browsite adalah ekstensi Chrome yang dikembangkan oleh http://browseye.com, dan fitur utamanya adalah "Find who is behind a website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Browsite
Unduh file ekstensi Browsite dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
URL Resmi | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
Deskripsi | Find who is behind a website |
Ukuran File | 16.1 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2014-02-16 |
Tanggal Publikasi | 2014-02-16 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | http://browseye.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |