No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

No Cookie Warning란 무엇입니까?

No Cookie Warning은(는) Mudimedia Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you."입니다.

확장 프로그램 스크린샷

screenshot

No Cookie Warning 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The cookie consent messages are necessary to be on the websites by the laws. But you don't need to see them. If you don't want to see the cookie warnings anymore, use this lightweight extension. This extension removes them for you.

Use this Chrome extension to remove cookie consent banners from almost all websites.

This Chrome extension is updated regularly to include the new cookie warning banners.

The new version handles many more domains.                    

확장 프로그램 기본 정보

이름 No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
공식 URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
설명 Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
파일 크기 1.07 MB
설치 횟수 806
현재 버전 0.0.1.0
최근 업데이트 2024-02-27
출시 날짜 2021-03-10
평점 3.83/5 총 12 개의 평점
개발자 Mudimedia Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nocookiewarning.com/
도움말 페이지 URL https://www.mudimedia.co.uk/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Cookie Warning",
    "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
    "author": "Mudimedia",
    "version": "0.0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}