Sporting Clube de Portugal

A página inicial e oficial do Sporting CP para o teu navegador!

Was ist Sporting Clube de Portugal?

Sporting Clube de Portugal ist eine Chrome-Erweiterung, die von http://fansearch.net entwickelt wurde, und ihr Hauptmerkmal ist "A página inicial e oficial do Sporting CP para o teu navegador!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Sporting Clube de Portugal-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sporting Clube de Portugal-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

                        A página inicial oficial do Sporting CP para o teu navegador com conteúdo exclusivo e notícias sobre o teu clube de coração!

Conteúdo exclusivo, wallpapers e as notícias mais recentes agora podem ser encontrados na tua página personalizada do Sporting CP.

Faz o download da extensão oficial do navegador Sporting CP e entra no mundo verde e branco.                    

Grundlegende Informationen zur Erweiterung

Name Sporting Clube de Portugal Sporting Clube de Portugal
ID cdenflomipjmclflbgfpegbmkdpmkkmd
Offizielle URL https://chrome.google.com/webstore/detail/sporting-clube-de-portuga/cdenflomipjmclflbgfpegbmkdpmkkmd
Beschreibung A página inicial e oficial do Sporting CP para o teu navegador!
Dateigröße 1.45 MB
Installationsanzahl 1,000
Aktuelle Version 2.7.1
Letztes Update 2020-11-12
Veröffentlichungsdatum 2020-06-30
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler http://fansearch.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sporting.pt/
Hilfeseite URL https://www.sporting.pt/
URL der Datenschutzrichtlinien-Seite https://www.brandturbo.vip/privacy
Unterstützte Sprachen pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sporting Clube de Portugal",
    "version": "2.7.1",
    "description": "A p\u00e1gina inicial e oficial do Sporting CP para o teu navegador!",
    "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": [
            "*:\/\/*.sporting.pt\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Fansearch",
            "keyword": "fansearch",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.fansearch.net\/search?rtag=scdp&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico",
            "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=scdp&rsrc=o&q={searchTerms}&fmt=cr"
        }
    }
}