Save-Data: on

Automatically enable data-savings mode at compatible websites.

Save-Data: onとは何ですか?

Save-Data: onはAleksandersenによって開発されたChromeの拡張機能で、その主な機能は「Automatically enable data-savings mode at compatible websites.」です。

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

screenshot

Save-Data: on拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tell websites that you prefer to save data and costs. At websites’ discretion, you may see lower quality images and fewer media elements as webpages adjust to reduce data downloads.

The extension works by sending the "Save-Data: on" HTTP header with every request. This extension is not a data compression proxy like the Data Saver/Lite option in Google Chrome, or Opera Turbo and Yandex.browser Turbo mode.                    

拡張機能の基本情報

名前 Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
公式URL https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
説明 Automatically enable data-savings mode at compatible websites.
ファイルサイズ 17.77 KB
インストール数 81,768
現在のバージョン 1.1.0
最終更新日 2021-06-11
公開日 2019-01-22
評価 3.80/5 合計 25 レビュー
開発者 Aleksandersen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.daniel.priv.no/web-extensions/save-data.html
ヘルプページのURL https://github.com/da2x/save-data/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "author": "Daniel Aleksandersen",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": " Automatically enable data-savings mode at compatible websites.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "name": "Save-Data: on",
    "short_name": "Save-Data",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "incognito": "spanning",
    "offline_enabled": true,
    "homepage_url": "https:\/\/www.daniel.priv.no\/web-extensions\/save-data.html"
}