REAL MADRID CF

Stay in the know and take advantage of an exclusive service thanks to the Official Real Madrid extension.

Was ist REAL MADRID CF?

REAL MADRID CF ist eine Chrome-Erweiterung, die von http://fansearch.net entwickelt wurde, und ihr Hauptmerkmal ist "Stay in the know and take advantage of an exclusive service thanks to the Official Real Madrid extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

REAL MADRID CF-Erweiterungs-CRX-Datei herunterladen

Laden Sie REAL MADRID CF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get a direct access in your browser to the official announcements, latest news and unpublished videos from Real Madrid matches and players. Follow the progress of the Santiago Bernabéu stadium virtually.

It will also allow you to access the club's official wallpapers so you can customise your browser, both the desktop and the search engine, as well as your favourite websites.
Customise your set up like a madridista, and as well as improving your digital experience, you will be able to keep up to date with everything the club shares with its fans, news about the teams, live videos and interviews, exclusive promotions, access to ticket purchases and much more.

Add the extension to your browser in an easy and intuitive way and display your passion for the best club of the 20th century!                    

Grundlegende Informationen zur Erweiterung

Name REAL MADRID CF REAL MADRID CF
ID phcpgbieafeijaagceddhdfkiebhbiol
Offizielle URL https://chrome.google.com/webstore/detail/real-madrid-cf/phcpgbieafeijaagceddhdfkiebhbiol
Beschreibung Stay in the know and take advantage of an exclusive service thanks to the Official Real Madrid extension.
Dateigröße 3.2 MB
Installationsanzahl 369
Aktuelle Version 3.2.1
Letztes Update 2021-03-05
Veröffentlichungsdatum 2020-11-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://fansearch.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.realmadrid.com/
Hilfeseite URL https://www.realmadrid.com/
URL der Datenschutzrichtlinien-Seite https://www.brandturbo.vip/privacy
Unterstützte Sprachen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.2.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.realmadrid.com\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Fansearch",
            "keyword": "fansearch",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.fansearch.net\/search?rtag=rlmd&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico",
            "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=rlmd&rsrc=o&q={searchTerms}&fmt=cr"
        }
    },
    "default_locale": "en"
}