Stardust Cookie Cutter

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

Stardust Cookie Cutter là gì?

Stardust Cookie Cutter là một tiện ích mở rộng Chrome được phát triển bởi https://stardustnetwork.com, và tính năng chính của nó là "Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stardust Cookie Cutter

Tải xuống các tệp mở rộng Stardust Cookie Cutter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stardust Cookie Cutter Stardust Cookie Cutter
ID knliaomflpbgdhnlhomjmmoahdfhnhae
URL Chính Thức https://chromewebstore.google.com/detail/stardust-cookie-cutter/knliaomflpbgdhnlhomjmmoahdfhnhae
Mô tả Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences
Kích Thước Tệp 2.49 MB
Số Lần Cài Đặt 2,797
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-04-17
Ngày Phát Hành 2021-03-28
Đánh Giá 4.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://stardustnetwork.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.stardustnetwork.com
Ngôn Ngữ Được Hỗ Trợ 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
}