Auto Refresher

Automatically refresh the page on a set interval

ما هو Auto Refresher؟

Auto Refresher هو إضافة Chrome تم تطويرها بواسطة jones.kaivon، والميزة الرئيسية لها هي "Automatically refresh the page on a set interval".

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

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

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

                        Simple and easy to use extension to auto reload the page its opened on.                    

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

الاسم Auto Refresher Auto Refresher
ID nlfnbbnnpiiiifgnbckjhkhpmggpailj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj
الوصف Automatically refresh the page on a set interval
حجم الملف 114 KB
عدد التثبيتات 26
النسخة الحالية 1.0
آخر تحديث 2018-09-01
تاريخ النشر 2018-09-01
المطور jones.kaivon
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresher",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Automatically refresh the page on a set interval",
    "icons": {
        "16": "images\/refresh-icon16.png",
        "48": "images\/refresh-icon48.png",
        "128": "images\/refresh-icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/refresh-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}