Run In Background
Run Chrome in the background continuously.
ما هو Run In Background؟
Run In Background هو إضافة Chrome تم تطويرها بواسطة musicianathome، والميزة الرئيسية لها هي "Run Chrome in the background continuously.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Run In Background
قم بتنزيل ملفات الامتداد Run In Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.
معلومات أساسية عن التمديد
الاسم | Run In Background |
ID | jdfdkceoilmabghbaihnenfeiahjjach |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
الوصف | Run Chrome in the background continuously. |
حجم الملف | 7.3 KB |
عدد التثبيتات | 706 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2021-10-17 |
تاريخ النشر | 2021-10-06 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | musicianathome |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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": [] } |