Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
ما هو Auto Refresh & Switch Tabs؟
Auto Refresh & Switch Tabs هو إضافة Chrome تم تطويرها بواسطة Maxonix، والميزة الرئيسية لها هي "Every 20 secondes : Switch to next tab & refresh next (+1) tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Refresh & Switch Tabs
قم بتنزيل ملفات الامتداد Auto Refresh & Switch Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Auto-refresh is an extension for Google Chrome which monitors the HTTP traffic and if a page fails to load, it auto-refreshes that page.This description specially develop to Switch to next tab & refresh next (+1) tab. The duration of Switch to next tab & refresh next (+1) tab is 20 seconds.
How to use it?
Just find it in the Google Chrome Extensions gallery and install it from there. معلومات أساسية عن التمديد
| الاسم | |
| ID | ankdojnjbdlokjjpimfhehjfaechilon |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
| الوصف | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
| حجم الملف | 24.29 KB |
| عدد التثبيتات | 6,624 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2021-05-02 |
| تاريخ النشر | 2021-04-28 |
| تقييم | 4.00/5 مجموع تقييمات 3 |
| المطور | Maxonix |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://thedeezerpremiumapk.com/ |
| عنوان صفحة المساعدة | http://thedeezerpremiumapk.com/ |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto Refresh & Switch Tabs",
"description": "Every 20 secondes : Switch to next tab & refresh next (+1) tab",
"version": "1.0",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/16x16.png",
"32": "img\/32x32.png",
"128": "img\/icon_128.png"
},
"background": {
"scripts": [
"js\/app.js"
]
}
} | |