AutoIncognito

Open the current page in Incognito mode

Co to jest AutoIncognito?

AutoIncognito to rozszerzenie Chrome opracowane przez Diamondium Technologies, LLC, a jego główną funkcją jest „Open the current page in Incognito mode”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AutoIncognito

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

                        Some websites (ex. news articles and blog posts) won't allow you to view the content unless you:
a) Pay for a subscription
b) Wait for your allocated number of "free page views" to reset (ex. each new month)

Going Incognito will often allow you to view the webpage.  This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
Oficjalny URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Opis Open the current page in Incognito mode
Rozmiar pliku 6.27 KB
Liczba instalacji 67
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-21
Data Publikacji 2020-06-20
Deweloper Diamondium Technologies, LLC
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoIncognito",
    "version": "1.0",
    "description": "Open the current page in Incognito mode",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Open in Incognito"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}