Chrome In the Background
Zero Code, Only one thing, let your chrome running in background
What is Chrome In the Background?
Chrome In the Background is a Chrome extension developed by 4bw_fdx, and its main feature is "Zero Code, Only one thing, let your chrome running in background".
Extension Screenshots
Download Chrome In the Background Extension CRX File
Download Chrome In the Background 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
You may want to run Chrome in background for quick restart, but if there is no extension have background permission, Chrome will quit totally if last tab is closed. This extension does only one thing that makes Chrome running in the background.
Extension Basic Information
Name | |
ID | dgddokplpdbcnjhmgeghjandkglebglc |
Official URL | https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc |
Description | Zero Code, Only one thing, let your chrome running in background |
File Size | 2.63 KB |
Installation Count | 66 |
Current Version | 1.0.3 |
Last Updated | 2023-05-08 |
Publish Date | 2015-12-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | 4bw_fdx |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome In the Background", "version": "1.0.3", "description": "Zero Code, Only one thing, let your chrome running in background", "permissions": [ "background" ], "background": { "persistence": true } } |