Background Process
Enable Google chrome to run in the background
Wat is Background Process?
Background Process is een Chrome-extensie ontwikkeld door mrzhiin, en de belangrijkste functie is "Enable Google chrome to run in the background".
Download het CRX-bestand van de extensie Background Process
Download Background Process-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
Basisinformatie over de Extensie
Naam | Background Process |
ID | alobgnedpnalbocldljnakbbaemakhih |
Officiële URL | https://chromewebstore.google.com/detail/background-process/alobgnedpnalbocldljnakbbaemakhih |
Beschrijving | Enable Google chrome to run in the background |
Bestandsgrootte | 10.95 KB |
Aantal Installaties | 515 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-09-11 |
Publicatiedatum | 2017-09-10 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | mrzhiin |
Betalingswijze | free |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.1", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "permissions": [ "background" ] } |