Auto Reload Page

Keep reloading page automatically!

ما هو Auto Reload Page؟

Auto Reload Page هو إضافة Chrome تم تطويرها بواسطة SocialWorker، والميزة الرئيسية لها هي "Keep reloading page automatically!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto Reload Page

قم بتنزيل ملفات الامتداد Auto Reload Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

معلومات أساسية عن التمديد

الاسم Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
الوصف Keep reloading page automatically!
حجم الملف 25.42 KB
عدد التثبيتات 212
النسخة الحالية 1.1
آخر تحديث 2020-10-13
تاريخ النشر 2020-10-07
تقييم 3.67/5 مجموع تقييمات 3
المطور SocialWorker
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/sushrut111/chrome-tab-reloader
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}