Run In Background

Run Chrome in the background continuously.

What is Run In Background?

Run In Background is a Chrome extension developed by musicianathome, and its main feature is "Run Chrome in the background continuously.".

Extension Screenshots

screenshot

Download Run In Background Extension CRX File

Download Run In 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

                        This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.                    

Extension Basic Information

Name Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
Official URL https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach
Description Run Chrome in the background continuously.
File Size 7.3 KB
Installation Count 706
Current Version 0.1.0
Last Updated 2021-10-17
Publish Date 2021-10-06
Rating 5.00/5 Total 7 Ratings
Developer musicianathome
Email [email protected]
Payment Type free
Supported Languages 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": []
}