Privacify : Ultimate Privacy Guardian

Easily Blur Your Communication Tools for Secure Online Meetings and Public Spaces

Τι είναι το Privacify : Ultimate Privacy Guardian;

Το Privacify : Ultimate Privacy Guardian είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον harsh.1722.patel, και η κύρια λειτουργία του είναι "Easily Blur Your Communication Tools for Secure Online Meetings and Public Spaces".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Privacify : Ultimate Privacy Guardian

Λήψη αρχείων επέκτασης Privacify : Ultimate Privacy Guardian σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Welcome to Privacify, your one-stop solution for ensuring your privacy during online meetings and when you're in public spaces. With our Chrome extension, you can now effortlessly protect your sensitive data with just a click.

*We take your data security seriously, ensuring your information remains confidential and your trust in us unwavering*.

Benefits:

Privacy at Your Fingertips
Privacify empowers you with instant privacy control. With a single click, your screen blurs, shielding your personal and confidential information from prying eyes.

Effortless and Intuitive
We've designed Privacify to be exceptionally user-friendly. Seamlessly integrated with your favorite communication tools, it makes privacy as easy as a click.

Customizable Privacy
Tailor Privacify to suit your unique needs. Exclude specific areas from blurring, granting you flexibility while keeping your data secure.

No Compromises on Performance
Enjoy the best of both worlds: robust privacy and optimal performance. Privacify is optimized to protect your data without slowing down your device.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Privacify : Ultimate Privacy Guardian Privacify : Ultimate Privacy Guardian
ID bjdjaoemeajfpbiieodhebppioahjimb
Επίσημο URL https://chromewebstore.google.com/detail/privacify-ultimate-privac/bjdjaoemeajfpbiieodhebppioahjimb
Περιγραφή Easily Blur Your Communication Tools for Secure Online Meetings and Public Spaces
Μέγεθος Αρχείου 30.94 KB
Αριθμός Εγκαταστάσεων 347
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2023-09-24
Ημερομηνία Δημοσίευσης 2023-09-04
Αξιολόγηση 4.75/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής harsh.1722.patel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Privacify : Ultimate Privacy Guardian",
    "version": "0.0.3",
    "description": "Easily Blur Your Communication Tools for Secure Online Meetings and Public Spaces",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/web.whatsapp.com\/",
        "https:\/\/www.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "load.js"
            ]
        }
    ],
    "action": {
        "default_title": "Privacify - One Stop Solution",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Toggle On\/Off"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}