Run In Background
Run Chrome in the background continuously.
Wat is Run In Background?
Run In Background is een Chrome-extensie ontwikkeld door musicianathome, en de belangrijkste functie is "Run Chrome in the background continuously.".
Extensie Screenshots
Download het CRX-bestand van de extensie Run In Background
Download Run In Background-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, so that push notifications can be received while the browser is closed.
Basisinformatie over de Extensie
Naam | Run In Background |
ID | jdfdkceoilmabghbaihnenfeiahjjach |
Officiële URL | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
Beschrijving | Run Chrome in the background continuously. |
Bestandsgrootte | 7.3 KB |
Aantal Installaties | 706 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-10-17 |
Publicatiedatum | 2021-10-06 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | musicianathome |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |