Chrome Background Runner

Keep your browser open in the background for faster re-opening

O que é Chrome Background Runner?

Chrome Background Runner é uma extensão do Chrome desenvolvida por firatoz, e sua principal característica é "Keep your browser open in the background for faster re-opening".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Background Runner

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

                        This extension simply keeps Chrome running in the background.

This extension literally has no way to access any of your personal data anywhere while you're browsing, its only purpose is to let you keep Chrome in the background. 

Keeps a background process open. This extension doesn't actually do anything. 

It merely allows you to keep Chrome running in the background even when you close all of the Chrome windows. 

Chrome starts  faster when it is already running in the background.

Note: Make sure that you have the Chrome "Continue running background apps when Google Chrome is closed" option set on.                    

Informações Básicas da Extensão

Nome Chrome Background Runner Chrome Background Runner
ID cfpbjggdmogjceodagocpbmikhdoaokn
URL Oficial https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn
Descrição Keep your browser open in the background for faster re-opening
Tamanho do Arquivo 24.45 KB
Contagem de Instalações 618
Versão Atual 0.0.1
Última Atualização 2022-05-19
Data de Publicação 2022-05-18
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor firatoz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Background Runner",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Keep your browser open in the background for faster re-opening",
    "permissions": [
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}