Auto Refresh Plus

Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds

ما هو Auto Refresh Plus؟

Auto Refresh Plus هو إضافة Chrome تم تطويرها بواسطة luke، والميزة الرئيسية لها هي "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds".

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

screenshot

تحميل ملف CRX للإضافة Auto Refresh Plus

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

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

                        Auto Refresh Chrome Extension: This browser extension allows users to refresh a webpage automatically at specified intervals. It helps to save time and stay updated with dynamic content without manual intervention. The user can set the refresh frequency and customize the extension as per their requirements. The extension has a user-friendly interface and is easy to use. It can help improve productivity and efficiency while browsing the web.
Enhance your workflow and increase productivity with this top-ranked, easy-to-use Auto Refresh Extension for Google Chrome. Improve your web browsing experience and stay up to date with dynamic content without the need for manual intervention.

How it Works:
1. Open the popup and enter the time interval, at which the page has to refresh.
2. Then start the auto refresh.
3. Now the page refreshes at the entered time interval, until you stop or close the page.

@2.0.0 - Privacy policy updated                    

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

الاسم Auto Refresh Plus Auto Refresh Plus
ID ffejlioijcokmblckiijnjcmfidjppdn
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-refresh-plus/ffejlioijcokmblckiijnjcmfidjppdn
الوصف Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds
حجم الملف 80.22 KB
عدد التثبيتات 34,021
النسخة الحالية 2.0.0
آخر تحديث 2024-02-07
تاريخ النشر 2023-01-31
تقييم 4.69/5 مجموع تقييمات 434
المطور luke
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://autorefreshplus.in/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Plus",
    "version": "2.0.0",
    "description": "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds",
    "icons": {
        "32": "icon128.png",
        "64": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": " Auto Refresh Plus",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ]
}