Crumbs - Keep your data safe & block cookies

Crumbs protects your privacy and ensures no one can profile you as an individual. Crumbs Email Relay keeps your email address safe.

Vad är Crumbs - Keep your data safe & block cookies?

Crumbs - Keep your data safe & block cookies är en Chrome-tillägg utvecklad av https://crumbs.org, och dess huvudfunktion är "Crumbs protects your privacy and ensures no one can profile you as an individual. Crumbs Email Relay keeps your email address safe.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Crumbs - Keep your data safe & block cookies-förlängningens CRX-fil

Ladda ner Crumbs - Keep your data safe & block cookies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Crumbs is a holistic collection of privacy components, built into one product, to help you stay safe when browsing. It provides all you need to keep your data safe while also improving your online experience. With Crumbs, you are in control and can decide what you want to share and with whom.

★ Block trackers and malicious cookies
★ Proxy advertising requests, so advertisers can’t see your IP address 
★ Get transparent and visualized control of your data and support a fair and sustainable web
★ Block annoying cookie pop-ups
★ Strip off tracking parameters from URLs
★ Send the right privacy signals (Do Not Track and Global Privacy Control)
★ Get faster browsing without trackers wasting your precious CPU
★ Protect your main email address with Crumbs’ Email Relay
    ◉ Hide your address behind an alias
    ◉ Prevent cross-site tracking
    ◉ Subscribe to content walls quickly
    ◉ Prevent data breaches if a service leaks your password
    ◉ Hide yourself from spam - if your alias gets sold you can put it on pause

Benefit from a wide range of privacy components that run discreetly in the background to protect you from being tracked across the web. Take advantage of our expertise on blocking ads and cookies gathered from years of working on one of the most installed ad blockers in the world, Adblock Plus. Also, if you want to combine ad-blocking capabilities with Crumbs, it works perfectly in sync with Adblock Plus.

Please Note: When installing Crumbs for Google Chrome™, you will be notified that Crumbs will receive access to your browsing history and data. This is a standard message - we NEVER collect any user information.

By downloading and installing this extension, you agree to our Terms of Use https://crumbs.org/terms-and-conditions/ and our Privacy Policy https://crumbs.org/privacy/ 

Crumbs is also available for Firefox.                    

Grundläggande Information om Tillägg

Namn Crumbs - Keep your data safe & block cookies Crumbs - Keep your data safe & block cookies
ID akommlakkhgbjbidpkkdcgbjgbeemdik
Officiell webbadress https://chromewebstore.google.com/detail/crumbs-keep-your-data-saf/akommlakkhgbjbidpkkdcgbjgbeemdik
Beskrivning Crumbs protects your privacy and ensures no one can profile you as an individual. Crumbs Email Relay keeps your email address safe.
Filstorlek 4.55 MB
Antal Installationer 13,349
Aktuell Version 2.8.1
Senast Uppdaterad 2023-11-09
Publiceringsdatum 2020-11-26
Betyg 4.92/5 Totalt 119 Betyg
Utvecklare https://crumbs.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://crumbs.org/
URL till Sekretesspolicy Sidan https://crumbs.org/privacy
Stödda Språk de,en-US,fr,es,it,pt-BR,ro,sv,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.8.1",
    "author": "Eyeo GmbH",
    "name": "__MSG_name_releasebuild__",
    "short_name": "crumbs",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "minimum_chrome_version": "111.0",
    "applications": {
        "gecko": {
            "id": "{8a5c0a29-171f-4d31-96d8-4b957588ad3e}",
            "strict_min_version": "91.1.0"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "D72B6F06-52B2-4FED-96A2-1BF59CDD7AEC",
                "enabled": true,
                "path": "rulesets\/D72B6F06-52B2-4FED-96A2-1BF59CDD7AEC"
            },
            {
                "id": "0798B6A2-94A4-4ADF-89ED-BEC112FC4C7F",
                "enabled": true,
                "path": "rulesets\/0798B6A2-94A4-4ADF-89ED-BEC112FC4C7F"
            },
            {
                "id": "2090F374-29D9-4202-B2CE-139D6492D95E",
                "enabled": false,
                "path": "rulesets\/2090F374-29D9-4202-B2CE-139D6492D95E"
            },
            {
                "id": "demo-interests",
                "enabled": true,
                "path": "rulesets\/demo-interests"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icons\/crumbs-128.png",
        "16": "icons\/crumbs-16.png",
        "32": "icons\/crumbs-32.png",
        "48": "icons\/crumbs-48.png",
        "64": "icons\/crumbs-64.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/crumbs-16.png",
            "20": "icons\/crumbs-20.png",
            "32": "icons\/crumbs-32.png",
            "40": "icons\/crumbs-40.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name_releasebuild__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ewe-content-script.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.crumbs.org\/*"
            ],
            "js": [
                "email-relay.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.crumbs.org\/thank-you*",
                "*:\/\/*.crumbs.org\/*\/thank-you*"
            ],
            "js": [
                "first-time-use.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.crumbs.org\/*"
            ],
            "js": [
                "relay-auth.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "crumbs-email-relay-menu.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "history",
        "scripting",
        "alarms",
        "contextMenus",
        "cookies"
    ],
    "host_permissions": [
        ""
    ]
}