Toggle 3rd Party Cookies

Toggle the setting 'Block 3rd Party Cookies'

Toggle 3rd Party Cookies란 무엇입니까?

Toggle 3rd Party Cookies은(는) https://nmicontact.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toggle the setting 'Block 3rd Party Cookies'"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Toggle 3rd Party Cookies 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This chrome extension provides a toolbar button to toggle the Chrome setting "Block 3rd Party Cookies". You can quickly deny or allow the web sites to set 3rd party cookies. Users can allow 3rd party cookies on certain web sites, which do not work without them, but otherwise block the cookies.

Source Code on GitHub
https://github.com/AndiJo80/toggle_3rd_party_cookies                    

확장 프로그램 기본 정보

이름 Toggle 3rd Party Cookies Toggle 3rd Party Cookies
ID mjbgdmomkobioanhiklchdefppagojma
공식 URL https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma
설명 Toggle the setting 'Block 3rd Party Cookies'
파일 크기 35.29 KB
설치 횟수 49
현재 버전 1.0
최근 업데이트 2022-10-19
출시 날짜 2022-10-19
개발자 https://nmicontact.de
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.nmicontact.de/privacypolicy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "permissions": [
        "privacy"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_actionTitle__"
    },
    "icons": {
        "16": "images\/cookie16.png",
        "32": "images\/cookie32.png",
        "48": "images\/cookie48.png",
        "128": "images\/cookie128.png"
    },
    "manifest_version": 3
}