Background Process
Enable Google chrome to run in the background
What is Background Process?
Background Process is a Chrome extension developed by mrzhiin, and its main feature is "Enable Google chrome to run in the background".
Download Background Process Extension CRX File
Download Background Process extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Background Process |
ID | alobgnedpnalbocldljnakbbaemakhih |
Official URL | https://chromewebstore.google.com/detail/background-process/alobgnedpnalbocldljnakbbaemakhih |
Description | Enable Google chrome to run in the background |
File Size | 10.95 KB |
Installation Count | 515 |
Current Version | 1.0.1 |
Last Updated | 2017-09-11 |
Publish Date | 2017-09-10 |
Rating | 4.83/5 Total 6 Ratings |
Developer | mrzhiin |
Payment Type | free |
Supported Languages | 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" ] } |