WEB.DE WEB.Cent Alarm

Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!

What is WEB.DE WEB.Cent Alarm?

WEB.DE WEB.Cent Alarm is a Chrome extension developed by webcent-addon-webde, and its main feature is "Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!".

Extension Screenshots

screenshot
screenshot

Download WEB.DE WEB.Cent Alarm Extension CRX File

Download WEB.DE WEB.Cent Alarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        *Shoppen, Sparen - Cashback kassieren!*

WEB.Cent, das Cashback System von WEB.DE bietet bei über 1.000 Online-Partnern satte Prozente. Aktivieren Sie den WEB.Cent Alarm um keine Ersparnis mehr zu verpassen.

So funktioniert es:
Immer wenn Sie auf einer Webseite mit WEB.Cent sparen können, erscheint eine kleine Info. Mit einem Klick gelangen Sie zur entsprechenden Partnerseite bei WEB.Cent und schon mit dem nächsten Klick werden Ihnen die Prozente für Ihren Einkauf gutgeschrieben - so einfach, so sparsam.
Die neue integrierte Suche hilft Ihnen schnell und übersichtlich ihren Lieblingsshop zu finden und Dank dem neuen Login, ist Sammeln und Sparen nun noch einfacher.

Wenn Sie wissen wollen um ihr Lieblingsshop bei WEB.Cent Cashback dabei ist, unterstützt Sie nun auch die integrierte Suche - alles damit Sie immer sparen!

AGB: https://agb-server.web.de/web.cent

Impressum: https://web.de/impressum/                    

Extension Basic Information

Name WEB.DE WEB.Cent Alarm WEB.DE WEB.Cent Alarm
ID ijgcadbolpdbkanfofaoapomhjdnbpol
Official URL https://chromewebstore.google.com/detail/webde-webcent-alarm/ijgcadbolpdbkanfofaoapomhjdnbpol
Description Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!
File Size 973 KB
Installation Count 786
Current Version 3.2.1
Last Updated 2024-02-21
Publish Date 2020-03-14
Rating 3.00/5 Total 4 Ratings
Developer webcent-addon-webde
Email [email protected]
Payment Type free
Extension Website https://vorteile.web.de/webcent/
Help Page URL https://vorteile.web.de/webcent/faq
Privacy Policy Page URL https://agb-server.web.de/datenschutz
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.1",
    "name": "WEB.DE WEB.Cent Alarm",
    "short_name": "WEB.DE WEB.Cent Alarm",
    "description": "Dank des WEB.Cent Alarm verpassen Sie keine M\u00f6glichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!",
    "author": "1&1 Mail & Media GmbH",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/styles\/fonts.css"
            ],
            "js": [
                "vendor.js",
                "content.js",
                "popup.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.google.de\/search?*",
                "*:\/\/*.google.com\/search?*",
                "*:\/\/suche.gmx.net\/web**?*",
                "*:\/\/suche.web.de\/web**?*"
            ],
            "css": [
                "assets\/styles\/modify.css"
            ],
            "js": [
                "vendor.js",
                "modify.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "vendor.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "identity",
        "activeTab",
        "notifications",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "incognito": "not_allowed",
    "web_accessible_resources": [
        "assets\/**\/*"
    ],
    "content_security_policy": "default-src 'self'; connect-src https:\/\/*.web.de https:\/\/*.gmx.net https:\/\/*.ui-portal.de",
    "icons": {
        "16": "assets\/icons\/status\/active_16.png",
        "32": "assets\/icons\/status\/active_32.png",
        "64": "assets\/icons\/status\/active_64.png",
        "128": "assets\/icons\/status\/active_128.png",
        "256": "assets\/icons\/status\/active_256.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "assets\/icons\/status\/active_16.png",
            "32": "assets\/icons\/status\/active_32.png",
            "64": "assets\/icons\/status\/active_64.png",
            "128": "assets\/icons\/status\/active_128.png",
            "256": "assets\/icons\/status\/active_256.png"
        }
    },
    "options_ui": {
        "chrome_style": true,
        "browser_style": true,
        "page": "options.html"
    },
    "version_name": "3.2.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfMGKLV17dk+PQ8H\/tSN63Uz0UtCE0rCAip6iGtc2bwaomFgAIsIQPpPcjmimchPwDs3pbj8UUcpFGaauyxt1TYfYnGw2EjYOCknXpjRMIPvn66laHeT+HleayuLqWTOAPDZg4YevWpA9TVUffFZa5K5KjuFqlQGm6I76GAgsZUuc6wm8JjWUZ49uV6k+EPh95vmv+kR8\/naGIjYczEoHHvoD1DkRblZmYHM4MPc4wKtuS+gqtho+68BphuQ0vS+6NNDQbE4Kft2aOs1askqOJBApCLH3IKgX+wBX+PezPmpx7RyL\/wrOOMNPdB9pym9SodsoTAfJyL965FCYb9s3wIDAQAB"
}