Sporting Clube de Portugal
A página inicial e oficial do Sporting CP para o teu navegador!
What is Sporting Clube de Portugal?
Sporting Clube de Portugal is a Chrome extension developed by http://fansearch.net, and its main feature is "A página inicial e oficial do Sporting CP para o teu navegador!".
Extension Screenshots
Download Sporting Clube de Portugal Extension CRX File
Download Sporting Clube de Portugal 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
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.
Extension Basic Information
Name | |
ID | cdenflomipjmclflbgfpegbmkdpmkkmd |
Official URL | https://chrome.google.com/webstore/detail/sporting-clube-de-portuga/cdenflomipjmclflbgfpegbmkdpmkkmd |
Description | A página inicial e oficial do Sporting CP para o teu navegador! |
File Size | 1.45 MB |
Installation Count | 1,000 |
Current Version | 2.7.1 |
Last Updated | 2020-11-12 |
Publish Date | 2020-06-30 |
Rating | 5.00/5 Total 10 Ratings |
Developer | http://fansearch.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sporting.pt/ |
Help Page URL | https://www.sporting.pt/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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" } } } |