Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

ما هو Auto Refresh Page؟

Auto Refresh Page هو إضافة Chrome تم تطويرها بواسطة ProfileVisitor.co، والميزة الرئيسية لها هي "Auto Refresh Page is the extension to refresh a page on regular intervals".

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

screenshot

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

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

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

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

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

الاسم Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
الوصف Auto Refresh Page is the extension to refresh a page on regular intervals
حجم الملف 201 KB
عدد التثبيتات 4,000
النسخة الحالية 1.0.2
آخر تحديث 2018-01-31
تاريخ النشر 2018-01-31
تقييم 3.33/5 مجموع تقييمات 3
المطور ProfileVisitor.co
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}