Privo - Your Privacy in Your Hands

Privo is the easiest way to take hold of your privacy and combat nosy people, no matter where you are. It takes a screen-stalker…

ما هو Privo - Your Privacy in Your Hands؟

Privo - Your Privacy in Your Hands هو إضافة Chrome تم تطويرها بواسطة https://privo.app، والميزة الرئيسية لها هي "Privo is the easiest way to take hold of your privacy and combat nosy people, no matter where you are. It takes a screen-stalker…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Privo - Your Privacy in Your Hands

قم بتنزيل ملفات الامتداد Privo - Your Privacy in Your Hands بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Privo is the easiest way to take hold of your privacy and combat nosy people, no matter where you are.

It takes a screen-stalker less than 1 second to destroy your privacy, and know exactly what you are currently doing on the internet.

🤕 Problem is, this can have HUGE implications on you depending on where you are.

Take for example workplace 👩‍💻

People have a tendency to generalize. It takes a work-colleague of yours a couple of times to see you browsing a non-work-related article, checking Reddit, or Facebook to describe you as a "slacker".

👨‍✈️ In dictatorships, people can lose their jobs or even go to jail because they were seen browsing an article on a website that opposes the ruling government.

The same could happen to news reporters.


Privo is here to fix that. 💪

Privo wraps the content you want to consume in another website (that you also pick) so that you can do what you want while giving the stalker what they want to see.


Just as a VPN makes you seem as if you were browsing the internet from another country, Privo makes you seem as if you were browsing a different website that you picked beforehand (we call these “templates”).

It is your new VPN on the browser-level. 🌍


How to use Privo?

Open a webpage or an article (let’s say a CNN article).
Select some text on the page, then double click on “mouse middle click”, or right-click then select “Go Privo”.
And voila! Your article is now wrapped within one of your safe websites (templates).                    

معلومات أساسية عن التمديد

الاسم Privo - Your Privacy in Your Hands Privo - Your Privacy in Your Hands
ID johoagcfofaenpjflhkcbiafbkpagbpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/privo-your-privacy-in-you/johoagcfofaenpjflhkcbiafbkpagbpb
الوصف Privo is the easiest way to take hold of your privacy and combat nosy people, no matter where you are. It takes a screen-stalker…
حجم الملف 625 KB
عدد التثبيتات 15
النسخة الحالية 0.0.0.2
آخر تحديث 2020-08-25
تاريخ النشر 2020-08-07
المطور https://privo.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://privo.app
عنوان صفحة سياسة الخصوصية https://www.privo.app/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Privo - Your Privacy in Your Hands",
    "version": "0.0.0.2",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/4763b0d1be62c2f6acefc3ca66b34638.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/e419026b46e6ecdbaebe44a8e0af15e4.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/49ca5c6ded7c3125c67e344996ba8831.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/7d0a74e6e3cec057b1c75178a86f0543.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_iconTitle__",
        "default_popup": "pages\/settings\/index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/scissors.png",
        "\/js\/390c062d631ab2839ab8536f1d6fca69.js",
        "\/js\/23c25334b8b97ce6aef00d5b31481e50.js"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "https:\/\/*.privo.app\/",
        "http:\/\/*.privo.app\/",
        "activeTab"
    ],
    "commands": {
        "add_template": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Add template"
        },
        "go_privo": {
            "description": "Go Privo",
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.privo.app\/*"
        ]
    },
    "incognito": "spanning",
    "default_locale": "en"
}