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
Eメール [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"
    }
}