MSN Homepage, Bing Search & News
Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news
What is MSN Homepage, Bing Search & News?
MSN Homepage, Bing Search & News is a Chrome extension developed by Microsoft Corporation, and its main feature is "Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news".
Extension Screenshots
Download MSN Homepage, Bing Search & News Extension CRX File
Download MSN Homepage, Bing Search & News 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
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.
Extension Basic Information
Name | MSN Homepage, Bing Search & News |
ID | midiombanaceofjhodpdibeppmnamfcj |
Official URL | https://chromewebstore.google.com/detail/msn-homepage-bing-search/midiombanaceofjhodpdibeppmnamfcj |
Description | Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news |
File Size | 1.26 MB |
Installation Count | 12,203 |
Current Version | 0.0.0.17 |
Last Updated | 2022-08-13 |
Publish Date | 2020-07-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Microsoft Corporation |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://go.microsoft.com/fwlink?LinkId=521839 |
Supported Languages | 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" } |