InCognito
Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
InCognito là gì?
InCognito là một tiện ích mở rộng Chrome được phát triển bởi https://trever.com, và tính năng chính của nó là "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.".
Ả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 InCognito
Tải xuống các tệp mở rộng InCognito 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
The easiest way to browse LinkedIn privately: InCognito instantly places a switch in your LinkedIn navigation bar. Want users to see when you visit their profile? Simply toggle the switch. Want to browse LinkedIn profiles anonymously? Toggle the InCognito switch back on, and you're off to the races! Just another small productivity app by @trever. Have any questions, message me on LinkedIn, email [email protected], or DM me on twitter - @trever
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InCognito |
ID | kencjkgapindpgehbgolojoocgpcepfk |
URL Chính Thức | https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk |
Mô tả | Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar. |
Kích Thước Tệp | 797 KB |
Số Lần Cài Đặt | 34,062 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2023-01-22 |
Ngày Phát Hành | 2020-04-12 |
Đánh Giá | 4.63/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://trever.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trever.com/incognito |
URL Trang Chính Sách Bảo Mật | https://tinyunicorns.co/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InCognito", "version": "1.0.7", "manifest_version": 2, "description": "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.", "homepage_url": "http:\/\/trever.com\/incognito", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "storage" ], "web_accessible_resources": [ "icons\/*.png", "icons\/*.jpg", "icons\/*.svg" ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |