Sporting Clube de Portugal
A página inicial e oficial do Sporting CP para o teu navegador!
Wat is Sporting Clube de Portugal?
Sporting Clube de Portugal is een Chrome-extensie ontwikkeld door http://fansearch.net, en de belangrijkste functie is "A página inicial e oficial do Sporting CP para o teu navegador!".
Extensie Screenshots
Download het CRX-bestand van de extensie Sporting Clube de Portugal
Download Sporting Clube de Portugal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cdenflomipjmclflbgfpegbmkdpmkkmd |
Officiële URL | https://chrome.google.com/webstore/detail/sporting-clube-de-portuga/cdenflomipjmclflbgfpegbmkdpmkkmd |
Beschrijving | A página inicial e oficial do Sporting CP para o teu navegador! |
Bestandsgrootte | 1.45 MB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.7.1 |
Laatst Bijgewerkt | 2020-11-12 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://fansearch.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.sporting.pt/ |
Help Pagina-URL | https://www.sporting.pt/ |
URL van de Privacybeleid Pagina | https://www.brandturbo.vip/privacy |
Ondersteunde Talen | 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" } } } |