Run In Background

Run Chrome in the background continuously.

Qu'est-ce que Run In Background ?

Run In Background est une extension Chrome développée par musicianathome, et sa fonction principale est "Run Chrome in the background continuously.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Run In Background

Téléchargez les fichiers d'extension Run In Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
URL Officiel https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach
Description Run Chrome in the background continuously.
Taille du Fichier 7.3 KB
Nombre d'Installations 706
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-10-17
Date de Publication 2021-10-06
Évaluation 5.00/5 Total 7 Évaluations
Développeur musicianathome
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}