Chrome Background Runner
Keep your browser open in the background for faster re-opening
Qu'est-ce que Chrome Background Runner ?
Chrome Background Runner est une extension Chrome développée par firatoz, et sa fonction principale est "Keep your browser open in the background for faster re-opening".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Background Runner
Téléchargez les fichiers d'extension Chrome Background Runner 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. This extension literally has no way to access any of your personal data anywhere while you're browsing, its only purpose is to let you keep Chrome in the background. Keeps a background process open. This extension doesn't actually do anything. It merely allows you to keep Chrome running in the background even when you close all of the Chrome windows. Chrome starts faster when it is already running in the background. Note: Make sure that you have the Chrome "Continue running background apps when Google Chrome is closed" option set on.
Informations de Base sur l'Extension
Nom | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
URL Officiel | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
Description | Keep your browser open in the background for faster re-opening |
Taille du Fichier | 24.45 KB |
Nombre d'Installations | 618 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-05-19 |
Date de Publication | 2022-05-18 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | firatoz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Background Runner", "version": "0.0.1", "manifest_version": 3, "description": "Keep your browser open in the background for faster re-opening", "permissions": [ "background" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |