Chrome Background Runner
Keep your browser open in the background for faster re-opening
Wat is Chrome Background Runner?
Chrome Background Runner is een Chrome-extensie ontwikkeld door firatoz, en de belangrijkste functie is "Keep your browser open in the background for faster re-opening".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Background Runner
Download Chrome Background Runner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
Officiële URL | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
Beschrijving | Keep your browser open in the background for faster re-opening |
Bestandsgrootte | 24.45 KB |
Aantal Installaties | 618 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-05-19 |
Publicatiedatum | 2022-05-18 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | firatoz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |