Run In Background

Run Chrome in the background continuously.

Τι είναι το Run In Background;

Το Run In Background είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον musicianathome, και η κύρια λειτουργία του είναι "Run Chrome in the background continuously.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Run In Background

Λήψη αρχείων επέκτασης Run In Background σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
Επίσημο URL https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach
Περιγραφή Run Chrome in the background continuously.
Μέγεθος Αρχείου 7.3 KB
Αριθμός Εγκαταστάσεων 706
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2021-10-17
Ημερομηνία Δημοσίευσης 2021-10-06
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής musicianathome
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": []
}