Privatally

Browser extension to ensure your privacy.

Privatally là gì?

Privatally là một tiện ích mở rộng Chrome được phát triển bởi https://privatilly.com, và tính năng chính của nó là "Browser extension to ensure your privacy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Privatally

Tải xuống các tệp mở rộng Privatally dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Privatally Privatally
ID nnaghopcjemaddlcdcahcboliamehlek
URL Chính Thức https://chromewebstore.google.com/detail/privatally/nnaghopcjemaddlcdcahcboliamehlek
Mô tả Browser extension to ensure your privacy.
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-09-30
Ngày Phát Hành 2020-07-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://privatilly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.privatilly.com
URL Trang Trợ Giúp https://www.privatilly.com/contact-us.html
URL Trang Chính Sách Bảo Mật https://bigengagemarketing.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}