re:consent

re:consent - enhanced privacy control for you

re:consent란 무엇입니까?

re:consent은(는) cliqz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "re:consent - enhanced privacy control for you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

re:consent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 re:consent re:consent
ID djcdlbbfldmndgenehaifaiiahhhagfa
공식 URL https://chromewebstore.google.com/detail/reconsent/djcdlbbfldmndgenehaifaiiahhhagfa
설명 re:consent - enhanced privacy control for you
파일 크기 236 KB
설치 횟수 460
현재 버전 1.0.8
최근 업데이트 2018-09-17
출시 날짜 2018-09-17
평점 4.33/5 총 6 개의 평점
개발자 cliqz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cliqz.com/magazine/re-consent
도움말 페이지 URL https://cliqz.com/support
개인정보 보호 정책 페이지 URL https://cliqz.com/legal
지원되는 언어 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"
    ]
}