AutoIncognito

Open the current page in Incognito mode

O que é AutoIncognito?

AutoIncognito é uma extensão do Chrome desenvolvida por Diamondium Technologies, LLC, e sua principal característica é "Open the current page in Incognito mode".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AutoIncognito

Baixe arquivos de extensão AutoIncognito no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
URL Oficial https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Descrição Open the current page in Incognito mode
Tamanho do Arquivo 6.27 KB
Contagem de Instalações 67
Versão Atual 1.0
Última Atualização 2020-06-21
Data de Publicação 2020-06-20
Desenvolvedor Diamondium Technologies, LLC
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}