Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

ما هو Page Refresher؟

Page Refresher هو إضافة Chrome تم تطويرها بواسطة https://illutex.com، والميزة الرئيسية لها هي "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

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

screenshot

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

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

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

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

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

الاسم Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
الوصف Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
حجم الملف 211 KB
عدد التثبيتات 2,933
النسخة الحالية 2.0.1
آخر تحديث 2021-08-09
تاريخ النشر 2021-08-08
تقييم 4.00/5 مجموع تقييمات 14
المطور https://illutex.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://illutex.com/
عنوان صفحة المساعدة http://illutex.com/chat
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}