MSN New Tab

Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more.

MSN New Tab क्या है?

MSN New Tab Microsoft Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MSN New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Upgrade your browsing experience with the MSN New Tab extension for Chrome. Stay up-to-date with the very latest news headlines, localized weather, sports scores and videos from thousands of the web’s most popular and trusted content providers. Get quick access to your Outlook.com mail and top sites or quickly start a new web search. Add this extension and improve your Chrome experience today.     

Features of the MSN New Tab include: 
− Trending news from thousands of the world’s most popular and trusted news sources
− Quick access to your Outlook.com mail
− One-click access to your most-visited sites
− Localized weather forecasts
− Fast and comprehensive web search

By installing this extension, you agree to the Terms of Service at: http://www.microsoft.com/en-us/servicesagreement/ and Privacy Statement at http://www.microsoft.com/en-us/privacystatement/default.aspx
Website: https://www.msn.com
Support: http://support.microsoft.com                    

एक्सटेंशन की मूल जानकारी

नाम MSN New Tab MSN New Tab
ID lklfbkdigihjaaeamncibechhgalldgl
आधिकारिक URL https://chromewebstore.google.com/detail/msn-new-tab/lklfbkdigihjaaeamncibechhgalldgl
विवरण Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more.
फ़ाइल का आकार 1.22 MB
स्थापना संख्या 588,056
वर्तमान संस्करण 2.7.0.15
अंतिम अपडेट 2023-11-30
प्रकाशन तिथि 2020-08-03
रेटिंग 3.97/5 कुल 173 रेटिंग्स
डेवलपर Microsoft Corporation
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://go.microsoft.com/fwlink?LinkId=521839
समर्थित भाषाएँ id,de,en,en-GB,en-US,fr,nl,no,tr,da,es,es-419,it,pl,pt-BR,pt-PT,fi,sv,el,ru,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "48x48.png"
    },
    "background": {
        "service_worker": "rootServiceWorker.js"
    },
    "chrome_url_overrides": {
        "newtab": "iframe_msn.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.scss"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.msn.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "host_permissions": [
        "https:\/\/*.msn.com\/*",
        "https:\/\/*.microsoft.com\/*"
    ],
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_ExtnName__",
    "permissions": [
        "cookies",
        "storage",
        "alarms"
    ],
    "short_name": "__MSG_ExtnName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0.15",
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "*.png"
            ]
        }
    ]
}