Privatally

Browser extension to ensure your privacy.

Was ist Privatally?

Privatally ist eine Chrome-Erweiterung, die von https://privatilly.com entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension to ensure your privacy.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Privatally-Erweiterungs-CRX-Datei herunterladen

Laden Sie Privatally-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Search in private, clear online tracking history, store private urls and more.

Tools include: 
- clear web history across ad networks
- delete past accounts on the web
- check your network connectivity data especially when traveling
- easy access private browse mode
- store private urls with a password protection 
- alerts you if you are about to install that can change your browser settings
- replaces your current new tab settings to our's so that you can access Privatilly's tools and links
- since search is a big part of your browsing activities, you can search using our search engine in private or public mode.                    

Grundlegende Informationen zur Erweiterung

Name Privatally Privatally
ID nnaghopcjemaddlcdcahcboliamehlek
Offizielle URL https://chromewebstore.google.com/detail/privatally/nnaghopcjemaddlcdcahcboliamehlek
Beschreibung Browser extension to ensure your privacy.
Dateigröße 226 KB
Installationsanzahl 17
Aktuelle Version 1.2.0
Letztes Update 2020-09-30
Veröffentlichungsdatum 2020-07-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://privatilly.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.privatilly.com
Hilfeseite URL https://www.privatilly.com/contact-us.html
URL der Datenschutzrichtlinien-Seite https://bigengagemarketing.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Privatally",
    "short_name": "Privatally",
    "description": "Browser extension to ensure your privacy.",
    "version": "1.2.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "view\/index.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "storage",
        "http:\/\/clients2.google.com\/",
        "http:\/\/clients2.googleusercontent.com\/",
        "https:\/\/clients2.googleusercontent.com\/"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "64": "images\/icon-64.png",
        "32": "images\/icon-32.png",
        "16": "images\/icon-16.png"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "view\/cover.html",
        "default_title": "Search or Type a URL"
    }
}