Auto Refresher

user friendly Auto Refresher tool.

ما هو Auto Refresher؟

Auto Refresher هو إضافة Chrome تم تطويرها بواسطة noorakit.com، والميزة الرئيسية لها هي "user friendly Auto Refresher tool.".

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

screenshot

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

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

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

                        Hello guys,
Auto refresher is a tab refreshing tool which helps you to reload a page according to your set up time. There is a lot of functionality including turn of reloading, delete listed page, edit listed page and so one. 

key Features:
1.user friendly tool.
2.this app can set up several refresh time for different pages.
3.smooth good looking UI.
4.Will not slow down the operation of your device.
5.Our app is easy to use.

FAQ :
Do you want to refresh your tab?
Do you refresh a specific page?
Do you refresh a website naturally?                    

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

الاسم Auto Refresher Auto Refresher
ID ohaddebmmlbbjnpobfgmlkelfoiokojh
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-refresher/ohaddebmmlbbjnpobfgmlkelfoiokojh
الوصف user friendly Auto Refresher tool.
حجم الملف 17.33 KB
عدد التثبيتات 39
النسخة الحالية 2.1.0
آخر تحديث 2023-05-15
تاريخ النشر 2021-10-19
المطور noorakit.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresher",
    "description": " user friendly Auto Refresher tool.",
    "version": "2.1.0",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}