Run In the Background

Run In the Background

No js code, only let your chrome running in background

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Run In the Background",
  "version": "1.0.4",
  "description": "No js code, only let your chrome running in background",
  "permissions": [
    "background"
  ],
  "background": {
    "persistence": true
  }
}