Go Incognito

Opens current tab in an incognito window, and removes it from your browsing history.

Co to jest Go Incognito?

Go Incognito to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Opens current tab in an incognito window, and removes it from your browsing history.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Go Incognito

Pobierz pliki rozszerzeń Go Incognito 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

                        Opens the current tab in an incognito window, closes it and removes it from your browsing history.

Visit our homepage for more: https://browsernative.com/go-incognito/                    

Podstawowe informacje o rozszerzeniu

Nazwa Go Incognito Go Incognito
ID oimfnddepdafdfmammggkfmdepfmipai
Oficjalny URL https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai
Opis Opens current tab in an incognito window, and removes it from your browsing history.
Rozmiar pliku 23.22 KB
Liczba instalacji 254,465
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2023-11-24
Data Publikacji 2019-11-28
Ocena 4.21/5 Łącznie 43 Oceny
Deweloper https://browsernative.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsernative.com/go-incognito/
Adres URL Strony Pomocy https://browsernative.com/go-incognito/
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Incognito",
    "description": "Opens current tab in an incognito window, and removes it from your browsing history.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "history"
    ],
    "version": "0.0.7",
    "homepage_url": "https:\/\/browsernative.com\/go-incognito\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Go Incognito"
    },
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png",
        "16": "static\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+I"
            }
        }
    }
}