PrivateX

This add-on lets the user open websites like banking, travel sites,etc in an incognito window. Also, UTM remover by default.

PrivateX là gì?

PrivateX là một tiện ích mở rộng Chrome được phát triển bởi Jyotsna Gupta, và tính năng chính của nó là "This add-on lets the user open websites like banking, travel sites,etc in an incognito window. Also, UTM remover by default.".

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

Tải xuống các tệp mở rộng PrivateX 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

                        This add-on lets the user open websites with critical user information [Like banking, travel sites, etc] in an incognito window, without the hassle of copying the URL and such. To use the add-on, simply click the add-on button (which looks like a magician's glasses striked through) in the toolbar, and if the site you're viewing is supported by our add-on, you'll be able to open it in an Incognito Window with a single-click. In case the add-on doesn't work on a URL, please mail us at jyotsna17gupta [AT] gmail [DOT] com and we'll get back to you shortly, if and when we'll be able to support that URL.

Also, this extension by default chops off the Google Analytics tracking (i.e. Urchin Tracking Monitor) tokens from the URL's query string before the web Request is made. So, this extension provides more private browsing experience with cleaner and shorter URL.

PrivateX strips utm_* tokens (for instance, "utm_source=rss&utm_medium=rss&utm_campaign=rss") from URLs to prevent the user from being tracked.

Example of URL with UTM tokens: https://www.example.com/page?utm_content=buffercf3b2&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

URL after installing PrivateX : https://www.example.com/page                    

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

Tên PrivateX PrivateX
ID oojbhhcihnpdccgkhckpkgabghcjfmkm
URL Chính Thức https://chrome.google.com/webstore/detail/oojbhhcihnpdccgkhckpkgabghcjfmkm
Mô tả This add-on lets the user open websites like banking, travel sites,etc in an incognito window. Also, UTM remover by default.
Kích Thước Tệp 31.73 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2018-05-29
Ngày Phát Hành 2018-05-29
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jyotsna Gupta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrivateX",
    "version": "2.1",
    "description": "This add-on lets the user open websites like banking, travel sites,etc in an incognito window. Also, UTM remover by default.",
    "homepage_url": "https:\/\/github.com\/jyotsna17gupta\/PrivateX",
    "icons": {
        "16": "icons\/unsafe-16.png",
        "32": "icons\/unsafe-32.png",
        "48": "icons\/unsafe-48.png",
        "64": "icons\/unsafe-64.png",
        "128": "icons\/unsafe-128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "activeTab",
        "tabs"
    ],
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/unsafe-16.png",
            "32": "icons\/unsafe-32.png",
            "48": "icons\/unsafe-48.png"
        },
        "default_title": "Click here for Incognito browsing!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}