Run In Background

Run Chrome in the background continuously.

Cos'è Run In Background?

Run In Background è un'estensione di Chrome sviluppata da musicianathome, e la sua funzione principale è "Run Chrome in the background continuously.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Run In Background

Scarica i file di estensione Run In 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

                        This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.                    

Informazioni di Base sull'Estensione

Nome Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
URL Ufficiale https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach
Descrizione Run Chrome in the background continuously.
Dimensione del File 7.3 KB
Conteggio Installazioni 706
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-10-17
Data di Pubblicazione 2021-10-06
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore musicianathome
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}