Stardust Cookie Cutter

Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences

Stardust Cookie Cutter란 무엇입니까?

Stardust Cookie Cutter은(는) https://stardustnetwork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Stardust Cookie Cutter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Forget cookie pop-ups but with all privacy intact.

Stardust’s mission is to start a global movement around giving people control over their personal data. The Cookie Cutter is a browser extension that allows full control of web tracking preferences.

If you want to help us then get the extension and invite your friends! The extension is free so please consider donating on our website:
www.stardustnetwork.com

Also available on iPhones (iOS 15+) and other major browsers.

Additional info: We do not collect any personal data. The permissions for this extension to read website content is needed to close pop-ups, however, no such information ever leaves your computer!                    

확장 프로그램 기본 정보

이름 Stardust Cookie Cutter Stardust Cookie Cutter
ID knliaomflpbgdhnlhomjmmoahdfhnhae
공식 URL https://chromewebstore.google.com/detail/stardust-cookie-cutter/knliaomflpbgdhnlhomjmmoahdfhnhae
설명 Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences
파일 크기 2.49 MB
설치 횟수 2,797
현재 버전 1.2.0
최근 업데이트 2022-04-17
출시 날짜 2021-03-28
평점 4.00/5 총 10 개의 평점
개발자 https://stardustnetwork.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.stardustnetwork.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stardust Cookie Cutter",
    "description": "Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences",
    "version": "1.2.0",
    "permissions": [
        "cookies",
        "activeTab",
        "",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "initial_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "main_screen.html",
        "default_title": "Stardust"
    },
    "icons": {
        "16": "extension_icons\/icon16.png",
        "48": "extension_icons\/icon48.png",
        "128": "extension_icons\/icon128.png"
    },
    "manifest_version": 2
}