Camouflage

Hide your browsing and searching history

Camouflage là gì?

Camouflage là một tiện ích mở rộng Chrome được phát triển bởi http://camoprivacy.com, và tính năng chính của nó là "Hide your browsing and searching history".

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

screenshot
screenshot

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

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

                        Camo Privacy protects your privacy preemptively by sending out software-generated queries and website accesses, which appears to be coming from a human user. Your genuine traffic will be blended or ‘camouflaged’ with the background traffic. The servers or anyone else will have a hard time figuring out what you are really searching or accessing.
For instance, Camo may search random products automatically and thus would make targeted advertisement a thing of the past!
Deniability is another potential benefit, which allows people to disassociate themselves from their digital activities.
Nowadays, with the proliferation of data analytic and artificial intelligence, the servers or your device are no longer trust worthy with respect to your digital privacy. While some servers are using data analytic to extract as much as private information from you as possible, our Camo makes this effort a lot less accurate and almost laughable.
To regain privacy for all of us, please donate or use the premium version.                    

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

Tên Camouflage Camouflage
ID kgjcpjlhioaabpfdnfhdmdeiobnkdhbf
URL Chính Thức https://chrome.google.com/webstore/detail/camouflage/kgjcpjlhioaabpfdnfhdmdeiobnkdhbf
Mô tả Hide your browsing and searching history
Kích Thước Tệp 748 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 0.4.3.2017
Cập Nhật Lần Cuối 2017-04-04
Ngày Phát Hành 2017-04-04
Nhà Phát Triển http://camoprivacy.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.camoprivacy.com
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Camouflage",
    "version": "0.4.3.2017",
    "description": "Hide your browsing and searching history",
    "browser_action": {
        "default_icon": "\/images\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Camouflage"
    },
    "background": {
        "scripts": [
            "\/jquery-ui\/js\/jquery-1.7.1.min.js",
            "\/scripts\/background.js"
        ]
    },
    "icons": {
        "128": "\/images\/icon-128.png",
        "16": "\/images\/icon-16.png",
        "960": "\/images\/camo_960.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hargrimm-wikihow-v1.p.mashape.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "\/jquery-ui\/js\/jquery-1.7.1.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "history",
        "storage",
        "identity",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/www.google.com\/",
        "https:\/\/www.google.com\/",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/*"
    ],
    "oauth2": {
        "client_id": "1004918215380-474gbn48u7er764q08u6qn425apcdhtv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}