Chrome In the Background

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

¿Qué es Chrome In the Background?

Chrome In the Background es una extensión de Chrome desarrollada por 4bw_fdx, y su función principal es "Zero Code, Only one thing, let your chrome running in background".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chrome In the Background

Descarga archivos de extensión Chrome In the Background en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chrome In the Background Chrome In the Background
ID dgddokplpdbcnjhmgeghjandkglebglc
URL Oficial https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc
Descripción Zero Code, Only one thing, let your chrome running in background
Tamaño del Archivo 2.63 KB
Cantidad de Instalaciones 66
Versión Actual 1.0.3
Última Actualización 2023-05-08
Fecha de Publicación 2015-12-29
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador 4bw_fdx
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}