Privatally

Browser extension to ensure your privacy.

O que é Privatally?

Privatally é uma extensão do Chrome desenvolvida por https://privatilly.com, e sua principal característica é "Browser extension to ensure your privacy.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Privatally

Baixe arquivos de extensão Privatally no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Privatally Privatally
ID nnaghopcjemaddlcdcahcboliamehlek
URL Oficial https://chromewebstore.google.com/detail/privatally/nnaghopcjemaddlcdcahcboliamehlek
Descrição Browser extension to ensure your privacy.
Tamanho do Arquivo 226 KB
Contagem de Instalações 17
Versão Atual 1.2.0
Última Atualização 2020-09-30
Data de Publicação 2020-07-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://privatilly.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.privatilly.com
URL da Página de Ajuda https://www.privatilly.com/contact-us.html
URL da Página de Política de Privacidade https://bigengagemarketing.com/privacy.html
Idiomas Suportados 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"
    }
}