Auto Refresh

Reload the web page automatically in the time interval that you want.

ما هو Auto Refresh؟

Auto Refresh هو إضافة Chrome تم تطويرها بواسطة https://stni.pw، والميزة الرئيسية لها هي "Reload the web page automatically in the time interval that you want.".

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

screenshot

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

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

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

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

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

الاسم Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
الوصف Reload the web page automatically in the time interval that you want.
حجم الملف 43.26 KB
عدد التثبيتات 6,749
النسخة الحالية 1.0.6
آخر تحديث 2016-06-26
تاريخ النشر 2016-06-26
تقييم 3.00/5 مجموع تقييمات 4
المطور https://stni.pw
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}