DataSave Mode

Optimize Your Browsing Experience and Save Data

DataSave Mode क्या है?

DataSave Mode AI Conversers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Optimize Your Browsing Experience and Save Data"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DataSave Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://sites.google.com/view/grammarproprivacy
गोपनीयता नीति पृष्ठ URL 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": [
        ""
    ]
}