Browsite
Find who is behind a website
Browsite là gì?
Browsite là một tiện ích mở rộng Chrome được phát triển bởi http://browseye.com, và tính năng chính của nó là "Find who is behind a website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Browsite
Tải xuống các tệp mở rộng Browsite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
URL Chính Thức | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
Mô tả | Find who is behind a website |
Kích Thước Tệp | 16.1 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2014-02-16 |
Ngày Phát Hành | 2014-02-16 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://browseye.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |