Mass Refresh

Refresh all tabs at once. Bypass local and server caches with one click.

ما هو Mass Refresh؟

Mass Refresh هو إضافة Chrome تم تطويرها بواسطة Fernando Nunogns، والميزة الرئيسية لها هي "Refresh all tabs at once. Bypass local and server caches with one click.".

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

screenshot

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

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

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

                        Mass Refresh - refresh all your tabs bypassing caches. One click and all tabs refreshed.

The app also suppresses messages from websites like “Do you want to close this page?”.                    

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

الاسم Mass Refresh Mass Refresh
ID iciebngoaimmolpjoggceddmmkpkbndg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg
الوصف Refresh all tabs at once. Bypass local and server caches with one click.
حجم الملف 131 KB
عدد التثبيتات 30
النسخة الحالية 0.3.3
آخر تحديث 2022-07-25
تاريخ النشر 2021-08-03
تقييم 5.00/5 مجموع تقييمات 10
المطور Fernando Nunogns
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3.3",
    "web_accessible_resources": [
        "manifest.json"
    ]
}