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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } ] } |