Hide My Back

Hide your back history and identifiable information from trackers

Hide My Back là gì?

Hide My Back là một tiện ích mở rộng Chrome được phát triển bởi http://ip.city, và tính năng chính của nó là "Hide your back history and identifiable information from trackers".

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

screenshot

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

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

                        Unlike Adblock or other blockers plugins, Hide My Back, a product from IP.City protect you from online trackers and advertisers by providing invalid data to them.
We modify your browser user-agent, modify your IP address to show you as a user behind proxy server and modify your browsing referral to hide where you are coming from.
Please note that we don't provide a proxy service. We just add some extra IP addresses via proxy Headers to confuse trackers and advertisers.                    

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

Tên Hide My Back Hide My Back
ID adkllkhpobbaieagddmffnfkgibplegi
URL Chính Thức https://chrome.google.com/webstore/detail/hide-my-back/adkllkhpobbaieagddmffnfkgibplegi
Mô tả Hide your back history and identifiable information from trackers
Kích Thước Tệp 3.22 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-03-05
Ngày Phát Hành 2017-03-05
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://ip.city
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://ip.city/
URL Trang Trợ Giúp http://ip.city/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_short_name__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/content-script\/websocket.js",
                "lib\/content-script\/common-script.js",
                "lib\/content-script\/content-script.js",
                "lib\/content-script\/preload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "22",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "unlimitedStorage",
        "privacy",
        "storage"
    ]
}