Chrome In the Background

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

Cos'è Chrome In the Background?

Chrome In the Background è un'estensione di Chrome sviluppata da 4bw_fdx, e la sua funzione principale è "Zero Code, Only one thing, let your chrome running in background".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome In the Background

Scarica i file di estensione Chrome In the Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome In the Background Chrome In the Background
ID dgddokplpdbcnjhmgeghjandkglebglc
URL Ufficiale https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc
Descrizione Zero Code, Only one thing, let your chrome running in background
Dimensione del File 2.63 KB
Conteggio Installazioni 66
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-05-08
Data di Pubblicazione 2015-12-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore 4bw_fdx
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}