MSN Homepage, Bing Search & News

Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news

O que é MSN Homepage, Bing Search & News?

MSN Homepage, Bing Search & News é uma extensão do Chrome desenvolvida por Microsoft Corporation, e sua principal característica é "Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MSN Homepage, Bing Search & News

Baixe arquivos de extensão MSN Homepage, Bing Search & News 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

                        Set your homepage to MSN.com to check out the latest news, entertainment and sports each day & turn your searching into doing with Bing and stay up-to-date with the latest news.                    

Informações Básicas da Extensão

Nome MSN Homepage, Bing Search & News MSN Homepage, Bing Search & News
ID midiombanaceofjhodpdibeppmnamfcj
URL Oficial https://chromewebstore.google.com/detail/msn-homepage-bing-search/midiombanaceofjhodpdibeppmnamfcj
Descrição Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news
Tamanho do Arquivo 1.26 MB
Contagem de Instalações 12,203
Versão Atual 0.0.0.17
Última Atualização 2022-08-13
Data de Publicação 2020-07-31
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Microsoft Corporation
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://go.microsoft.com/fwlink?LinkId=521839
Idiomas Suportados id,de,en,en-GB,en-US,fr,nl,no,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,fi,sv,el,bg,ru,iw,mr,bn,te,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "Logo_48.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "rootServiceWorker.js"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.msn.com\/?pc=U566&ocid=MSNHP_U566&osmkt=__MSG_HomePage__",
        "search_provider": {
            "favicon_url": "https:\/\/www.bing.com\/favicon.ico",
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?FORM=U566DF&PC=U566&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U566DF&PC=U566&query={searchTerms}"
        },
        "startup_pages": [
            "https:\/\/www.msn.com\/?pc=U566&ocid=MSNHP_U566&osmkt=__MSG_HomePage__"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/g.ceipmsn.com\/*",
        "http:\/\/*.bing.com\/*",
        "https:\/\/*.bing.com\/*",
        "http:\/\/*.microsoft.com\/*",
        "https:\/\/*.microsoft.com\/*"
    ],
    "icons": {
        "128": "Logo_128.ico",
        "16": "Logo.png",
        "48": "Logo_48.ico"
    },
    "manifest_version": 3,
    "name": "__MSG_ExtnName__",
    "permissions": [
        "cookies",
        "storage",
        "scripting",
        "alarms"
    ],
    "short_name": "__MSG_ExtnName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.17"
}