Run In Background
Run Chrome in the background continuously.
O que é Run In Background?
Run In Background é uma extensão do Chrome desenvolvida por musicianathome, e sua principal característica é "Run Chrome in the background continuously.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Run In Background
Baixe arquivos de extensão Run In 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
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.
Informações Básicas da Extensão
Nome | Run In Background |
ID | jdfdkceoilmabghbaihnenfeiahjjach |
URL Oficial | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
Descrição | Run Chrome in the background continuously. |
Tamanho do Arquivo | 7.3 KB |
Contagem de Instalações | 706 |
Versão Atual | 0.1.0 |
Última Atualização | 2021-10-17 |
Data de Publicação | 2021-10-06 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | musicianathome |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Run In Background", "description": "Run Chrome in the background continuously.", "permissions": [ "background" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "action": [] } |