Chrome In the Background

Zero Code, Only one thing, let your chrome running in background

O que é Chrome In the Background?

Chrome In the Background é uma extensão do Chrome desenvolvida por 4bw_fdx, e sua principal característica é "Zero Code, Only one thing, let your chrome running in background".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome In the Background

Baixe arquivos de extensão Chrome In the Background 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

                        You may want to run Chrome in background for quick restart, but if there is no extension have background permission, Chrome will quit totally if last tab is closed. 

This extension does only one thing that makes Chrome running in the background.                    

Informações Básicas da Extensão

Nome Chrome In the Background Chrome In the Background
ID dgddokplpdbcnjhmgeghjandkglebglc
URL Oficial https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc
Descrição Zero Code, Only one thing, let your chrome running in background
Tamanho do Arquivo 2.63 KB
Contagem de Instalações 66
Versão Atual 1.0.3
Última Atualização 2023-05-08
Data de Publicação 2015-12-29
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor 4bw_fdx
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome In the Background",
    "version": "1.0.3",
    "description": "Zero Code, Only one thing, let your chrome running in background",
    "permissions": [
        "background"
    ],
    "background": {
        "persistence": true
    }
}