Run In Background
Run Chrome in the background continuously.
Vad är Run In Background?
Run In Background är en Chrome-tillägg utvecklad av musicianathome, och dess huvudfunktion är "Run Chrome in the background continuously.".
Tilläggsskärmbilder
Ladda ner Run In Background-förlängningens CRX-fil
Ladda ner Run In Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed. Grundläggande Information om Tillägg
| Namn | |
| ID | jdfdkceoilmabghbaihnenfeiahjjach |
| Officiell webbadress | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
| Beskrivning | Run Chrome in the background continuously. |
| Filstorlek | 7.3 KB |
| Antal Installationer | 706 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2021-10-17 |
| Publiceringsdatum | 2021-10-06 |
| Betyg | 5.00/5 Totalt 7 Betyg |
| Utvecklare | musicianathome |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": []
} | |