InCognito
Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
InCognitoとは何ですか?
InCognitoはhttps://trever.comによって開発されたChromeの拡張機能で、その主な機能は「Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.」です。
拡張機能のスクリーンショット
InCognito拡張機能のCRXファイルをダウンロード
InCognito拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | InCognito |
ID | kencjkgapindpgehbgolojoocgpcepfk |
公式URL | https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk |
説明 | Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar. |
ファイルサイズ | 797 KB |
インストール数 | 34,062 |
現在のバージョン | 1.0.7 |
最終更新日 | 2023-01-22 |
公開日 | 2020-04-12 |
評価 | 4.63/5 合計 24 レビュー |
開発者 | https://trever.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://trever.com/incognito |
プライバシーポリシーページのURL | https://tinyunicorns.co/privacy.html |
対応言語 | 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" ] } ] } |