Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

ما هو Custom Auto Refresh؟

Custom Auto Refresh هو إضافة Chrome تم تطويرها بواسطة VastBlast، والميزة الرئيسية لها هي "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

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

screenshot
screenshot

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

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

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

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

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

الاسم Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
عنوان URL الرسمي https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
الوصف A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
حجم الملف 112 KB
عدد التثبيتات 3,315
النسخة الحالية 2.3.2
آخر تحديث 2023-10-10
تاريخ النشر 2021-01-12
تقييم 4.78/5 مجموع تقييمات 18
المطور VastBlast
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/VastBlast/ChromeAutoRefresh
عنوان صفحة المساعدة https://nitestats.com/contact
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}