Run In Background

Run Chrome in the background continuously.

Hvad er Run In Background?

Run In Background er en Chrome-udvidelse udviklet af musicianathome, og dens hovedfunktion er "Run Chrome in the background continuously.".

Udvidelsesskærmbilleder

screenshot

Download Run In Background-udvidelses-CRX-fil

Download Run In Background-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
Officiel URL https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach
Beskrivelse Run Chrome in the background continuously.
Filstørrelse 7.3 KB
Antal Installationer 706
Nuværende Version 0.1.0
Senest Opdateret 2021-10-17
Udgivelsesdato 2021-10-06
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler musicianathome
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": []
}