ROBINHOOD's Shopping Schutz

ROBINHOOD beschützt dich: immer günstig, fair und sicher shoppen!

What is ROBINHOOD's Shopping Schutz?

ROBINHOOD's Shopping Schutz is a Chrome extension developed by https://www.robinhood.club, and its main feature is "ROBINHOOD beschützt dich: immer günstig, fair und sicher shoppen!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ROBINHOOD's Shopping Schutz Extension CRX File

Download ROBINHOOD's Shopping Schutz 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

                        Der Schutz von ROBINHOOD wirkt rund um die Uhr und vollautomatisch:

➤ Nie mehr billigere Anbieter übersehen!

Während Du Deine Produkte auswählst suchen wir für dich im Hintergrund nach günstigeren Preisen.
Schlagkräftiger Preisvergleich durch 44 Millionen Produkte mehrfach täglich aktualisiert.

➤ Unterstütze lokale Shops einfach und automatisch - ❤️ Regional!

Wenn Du ein Produkt bei einem großen Shop findest, sagt Dir ROBINHOOD automatisch ob es dieses Produkt auch bei einem lokalen Shop zu kaufen gibt. 

➤ Nie mehr verfügbare Gutscheine übersehen!

Die besten Rabattgutscheine und Coupons für Ermäßigungen werden automatisch beim Check-out eingetragen - du bezahlst nie mehr unnötig zu viel.

➤ Nie mehr Online-Betrügern auf den Leim gehen!

Warnung falls Anbieter oder Shop für Betrügereien gemeldet wurde! Besonders vertrauenswürdige Seiten extra hervorgehoben.

➤ Nie mehr Preis-Senkungen versäumen

Automatischer Hinweis, sobald es einen Super-Preis für dein Lieblingsprodukt gibt.

➤ ROBINHOOD zeigt dir automatisch an ob es für dein Produkt auch regionale Alternativen gibt.                    

Extension Basic Information

Name ROBINHOOD's Shopping Schutz ROBINHOOD's Shopping Schutz
ID ahdgcffpjifekiepieaglaghcnbipkee
Official URL https://chrome.google.com/webstore/detail/robinhoods-shopping-schut/ahdgcffpjifekiepieaglaghcnbipkee
Description ROBINHOOD beschützt dich: immer günstig, fair und sicher shoppen!
File Size 5.33 MB
Installation Count 323
Current Version 2.0.2.1
Last Updated 2020-12-18
Publish Date 2020-06-12
Rating 4.79/5 Total 42 Ratings
Developer https://www.robinhood.club
Email [email protected]
Payment Type free
Help Page URL https://www.robinhood.club/faqs
Privacy Policy Page URL https://www.robinhood.club/datenschutzbestimmungen
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ROBINHOOD's  Shopping Schutz",
    "short_name": "ROBINHOOD",
    "version": "2.0.2.1",
    "manifest_version": 2,
    "description": "ROBINHOOD besch\u00fctzt dich: immer g\u00fcnstig, fair und sicher shoppen!",
    "homepage_url": "https:\/\/www.robinhood.club\/",
    "default_locale": "de",
    "author": "www.robinhood.club",
    "icons": {
        "16": "images\/16x16-green.png",
        "18": "images\/18x18-green.png",
        "20": "images\/20x20-green.png",
        "24": "images\/24x24-green.png",
        "32": "images\/32x32-green.png",
        "40": "images\/40x40-green.png",
        "48": "images\/48x48-green.png",
        "96": "images\/96x96-green.png",
        "128": "images\/128x128-green.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png"
        },
        "default_title": "ROBINHOOD besch\u00fctzt dich: immer g\u00fcnstig, fair und sicher shoppen!",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "scripts\/background_bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/content_bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css"
    ]
}