QookieFix

Fix cookie consent

QookieFix란 무엇입니까?

QookieFix은(는) TMN Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix cookie consent"입니다.

확장 프로그램 스크린샷

screenshot

QookieFix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Many websites implment Quantcast cookie banners but do not offer a simple way to opt-out. This extension adds a "I Refuse" button to Quantcast cookie banners. 

Clicking on "I refuse" will opt you out for all tracking purposes at once instead of requiring you to opt-out to purposes one by one.                    

확장 프로그램 기본 정보

이름 QookieFix QookieFix
ID gkfjmfmjckaabogdpclnahenmcijplpe
공식 URL https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe
설명 Fix cookie consent
파일 크기 9.6 KB
설치 횟수 2,362
현재 버전 0.1.27
최근 업데이트 2019-09-08
출시 날짜 2019-09-07
평점 4.56/5 총 16 개의 평점
개발자 TMN Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vtoubiana/QookieFix
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QookieFix",
    "version": "0.1.27",
    "description": "Fix cookie consent",
    "author": "Vincent Toubiana",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "QookieFixScript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "qookie.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}