DataSave Mode

Optimize Your Browsing Experience and Save Data

Wat is DataSave Mode?

DataSave Mode is een Chrome-extensie ontwikkeld door AI Conversers, en de belangrijkste functie is "Optimize Your Browsing Experience and Save Data".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DataSave Mode

Download DataSave Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DataSave Mode DataSave Mode
ID chggoifhpbkcmopidlajaofiofgfbohi
Officiële URL https://chromewebstore.google.com/detail/datasave-mode/chggoifhpbkcmopidlajaofiofgfbohi
Beschrijving Optimize Your Browsing Experience and Save Data
Bestandsgrootte 25.42 KB
Aantal Installaties 692
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-01
Publicatiedatum 2023-07-31
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar AI Conversers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sites.google.com/view/grammarproprivacy/home
Help Pagina-URL https://sites.google.com/view/grammarproprivacy
URL van de Privacybeleid Pagina https://sites.google.com/view/smart-summarizer/home
Ondersteunde Talen 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": [
        ""
    ]
}