re:consent

re:consent - enhanced privacy control for you

re:consent là gì?

re:consent là một tiện ích mở rộng Chrome được phát triển bởi cliqz, và tính năng chính của nó là "re:consent - enhanced privacy control for you".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng re:consent 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 shows you which data collection purposes you have (unwittingly) agreed to on websites such as Google or Facebook. You can then change these settings quickly and easily.

The add-on aims to provide better transparency into which data websites collect and process when you visit them. It leads you directly to the often well-hidden privacy settings so you can quickly and easily check and change your consent for data processing, e.g. location sharing, face recognition or cookie tracking.

re:consent offers enhanced control over which data you share directly with website owners. It’s a smart addition to third-party tracking protection tools provided by Cliqz and Ghostery. 

re:consent works for websites that adhere to the “Transparency & Consent Framework” of the Interactive Advertising Bureau (IAB), as well as Google and Facebook. The free transparency tool is integrated into the Cliqz Browser for Windows and Mac and is available as an extension for Chrome and Firefox.

re:consent is an open source software created by Munich based Cliqz GmbH owned by Mozilla and Hubert Burda Media. 

For more information, please visit https://cliqz.com/magazine/re-consent                    

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

Tên re:consent re:consent
ID djcdlbbfldmndgenehaifaiiahhhagfa
URL Chính Thức https://chromewebstore.google.com/detail/reconsent/djcdlbbfldmndgenehaifaiiahhhagfa
Mô tả re:consent - enhanced privacy control for you
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 460
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2018-09-17
Ngày Phát Hành 2018-09-17
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển cliqz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cliqz.com/magazine/re-consent
URL Trang Trợ Giúp https://cliqz.com/support
URL Trang Chính Sách Bảo Mật https://cliqz.com/legal
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "re:consent",
    "version": "1.0.8",
    "author": "Cliqz GmbH",
    "description": "__MSG_extensionDescription__",
    "default_locale": "de",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "cookies",
        "privacy",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/png\/16x16_consent-readonly-chrome.png",
        "24": "icons\/png\/24x24_consent-readonly-chrome.png",
        "32": "icons\/png\/32x32_consent-readonly-chrome.png",
        "128": "icons\/png\/128x128_logo-chrome.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "16": "icons\/png\/16x16_consent-readonly-chrome.png",
            "24": "icons\/png\/24x24_consent-readonly-chrome.png",
            "32": "icons\/png\/32x32_consent-readonly-chrome.png",
            "128": "icons\/png\/128x128_logo-chrome.png"
        }
    },
    "web_accessible_resources": [
        "content-page-bridge.js"
    ]
}