Privatally

Browser extension to ensure your privacy.

什么是Privatally?

Privatally是由https://privatilly.com开发的Chrome扩展程序,该扩展的主要功能是“Browser extension to ensure your privacy.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Privatally扩展crx文件

下载Privatally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Privatally Privatally
ID nnaghopcjemaddlcdcahcboliamehlek
官方URL https://chromewebstore.google.com/detail/privatally/nnaghopcjemaddlcdcahcboliamehlek
简介 Browser extension to ensure your privacy.
文件大小 226 KB
安装次数 17
当前版本 1.2.0
更新时间 2020-09-30
上架时间 2020-07-27
评分 5.00/5 共1次评分
开发者 https://privatilly.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.privatilly.com
帮助页面URL https://www.privatilly.com/contact-us.html
隐私政策页面URL https://bigengagemarketing.com/privacy.html
支持的语言 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"
    }
}