DataSave Mode

Optimize Your Browsing Experience and Save Data

DataSave Modeとは何ですか?

DataSave ModeはAI Conversersによって開発されたChromeの拡張機能で、その主な機能は「Optimize Your Browsing Experience and Save Data」です。

拡張機能のスクリーンショット

screenshot
screenshot

DataSave Mode拡張機能のCRXファイルをダウンロード

DataSave Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        ""
    ]
}