Official Manchester City FC Start page

The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!

O que é Official Manchester City FC Start page?

Official Manchester City FC Start page é uma extensão do Chrome desenvolvida por http://fansearch.net, e sua principal característica é "The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Official Manchester City FC Start page

Baixe arquivos de extensão Official Manchester City FC Start page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Official Manchester City Extension gives you up to date news, videos, wallpapers and more from your browser keeping you up to date with the latest from the Club. 

You'll also get shortcuts to our Ticketing and Shop sites, social media, City+ and more.                    

Informações Básicas da Extensão

Nome Official Manchester City FC Start page Official Manchester City FC Start page
ID mdmfeaillkmbochngimnhpfpocedgfhf
URL Oficial https://chrome.google.com/webstore/detail/official-manchester-city/mdmfeaillkmbochngimnhpfpocedgfhf
Descrição The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 7,000
Versão Atual 2.8.1
Última Atualização 2020-12-09
Data de Publicação 2020-12-09
Classificação 4.77/5 Total de 22 Avaliações
Desenvolvedor http://fansearch.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.mancity.com
URL da Página de Ajuda https://www.mancity.com
URL da Página de Política de Privacidade https://www.brandturbo.vip/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Official Manchester City FC Start page",
    "version": "2.8.1",
    "description": "The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!",
    "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": [
            "*:\/\/*.mancity.com\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Fansearch",
            "keyword": "fansearch",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.fansearch.net\/search?rtag=mncty&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico",
            "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=mncty&rsrc=o&q={searchTerms}&fmt=cr"
        }
    }
}