DataSave Mode

Optimize Your Browsing Experience and Save Data

ما هو DataSave Mode؟

DataSave Mode هو إضافة Chrome تم تطويرها بواسطة AI Conversers، والميزة الرئيسية لها هي "Optimize Your Browsing Experience and Save Data".

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

screenshot
screenshot

تحميل ملف CRX للإضافة DataSave Mode

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

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

                        DataSave Mode is a powerful Chrome extension that enables the data-saving mode on compatible websites. By activating this mode, you can reduce data usage and lower associated costs. With website cooperation, you may experience lower quality images and fewer media elements as webpages adjust to minimize data downloads.

This extension works by sending the "Save-Data: on" HTTP header with every request, signaling to websites your preference for data-saving. It is important to note that DataSave Mode is not a data compression proxy like the Data Saver/Lite option in Google Chrome or other similar modes in different browsers.

By enabling DataSave Mode, you can optimize your browser's performance, conserve battery life, and enhance overall browsing efficiency. It effectively reduces data consumption, allowing for faster website loading and smoother browsing experiences.

Take control of your data usage and browsing efficiency with DataSave Mode. Enjoy a streamlined browsing experience while maximizing your device's resources.                    

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

الاسم DataSave Mode DataSave Mode
ID chggoifhpbkcmopidlajaofiofgfbohi
عنوان URL الرسمي https://chromewebstore.google.com/detail/datasave-mode/chggoifhpbkcmopidlajaofiofgfbohi
الوصف Optimize Your Browsing Experience and Save Data
حجم الملف 25.42 KB
عدد التثبيتات 692
النسخة الحالية 1.0.1
آخر تحديث 2023-08-01
تاريخ النشر 2023-07-31
تقييم 1.00/5 مجموع تقييمات 1
المطور AI Conversers
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sites.google.com/view/grammarproprivacy/home
عنوان صفحة المساعدة https://sites.google.com/view/grammarproprivacy
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/smart-summarizer/home
اللغات المدعومة de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}