InCognito
Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
ما هو InCognito؟
InCognito هو إضافة Chrome تم تطويرها بواسطة https://trever.com، والميزة الرئيسية لها هي "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة InCognito
قم بتنزيل ملفات الامتداد InCognito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://trever.com/incognito |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |