Microsoft Bing InPrivate

Microsoft Bing InPrivate — private and anonymous search in Chrome.

Co to jest Microsoft Bing InPrivate?

Microsoft Bing InPrivate to rozszerzenie Chrome opracowane przez Microsoft Corporation, a jego główną funkcją jest „Microsoft Bing InPrivate — private and anonymous search in Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Microsoft Bing InPrivate

Pobierz pliki rozszerzeń Microsoft Bing InPrivate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Install the Microsoft Bing InPrivate extension to ensure your web searches are private and protected. With this extension you'll get:

• Private search by default - your default search engine will be set to Bing with Bing InPrivate search toggled on
• Anonymous browsing on Bing - Microsoft sign in is automatically disabled and your search history will not be saved on Bing.com
• Advanced privacy settings for Chrome - you will get one-click access to privacy preferences for Chrome, including history, passwords, cookies, and more

Add the Microsoft Bing InPrivate extension today to search anonymously, control your privacy preferences for Chrome, and browse the web with peace of mind.                    

Podstawowe informacje o rozszerzeniu

Nazwa Microsoft Bing InPrivate Microsoft Bing InPrivate
ID pjhcpooacdljimmmkpbknccbedoaagai
Oficjalny URL https://chromewebstore.google.com/detail/microsoft-bing-inprivate/pjhcpooacdljimmmkpbknccbedoaagai
Opis Microsoft Bing InPrivate — private and anonymous search in Chrome.
Rozmiar pliku 629 KB
Liczba instalacji 10,142
Aktualna Wersja 1.0.10
Ostatnia Aktualizacja 2023-07-06
Data Publikacji 2022-03-08
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Microsoft Corporation
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://go.microsoft.com/fwlink?LinkId=521839
Obsługiwane Języki ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.10",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.bundle.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "flyout.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "favicon_url": "https:\/\/www.bing.com\/favicon.ico",
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?EID=BIP&FORM=U633MF&PC=U633&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U633DF&PC=U633&q={searchTerms}"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "inPrivateRules",
                "enabled": true,
                "path": "net_request_rules\/inPrivateRules.json"
            }
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contentSettings",
        "tabs",
        "history",
        "downloads",
        "browsingData",
        "privacy",
        "declarativeNetRequest",
        "cookies",
        "storage",
        "alarms",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "settingspage.html"
            ],
            "extension_ids": [
                "pjhcpooacdljimmmkpbknccbedoaagai"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/bgextn.png"
            ]
        }
    ]
}