Auto Refresh Page
Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
ما هو Auto Refresh Page؟
Auto Refresh Page هو إضافة Chrome تم تطويرها بواسطة Page Refresh، والميزة الرئيسية لها هي "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Refresh Page
قم بتنزيل ملفات الامتداد Auto Refresh Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance!
معلومات أساسية عن التمديد
الاسم | Auto Refresh Page |
ID | llfpaibekbngemphkhllbbffpgopboec |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec |
الوصف | Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals. |
حجم الملف | 7.94 KB |
عدد التثبيتات | 1,139 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-07-02 |
تاريخ النشر | 2020-12-08 |
تقييم | 2.75/5 مجموع تقييمات 4 |
المطور | Page Refresh |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/extensions-privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "2.0", "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |