Save-Data: on

Automatically enable data-savings mode at compatible websites.

What is Save-Data: on?

Save-Data: on is a Chrome extension developed by Aleksandersen, and its main feature is "Automatically enable data-savings mode at compatible websites.".

Extension Screenshots

screenshot

Download Save-Data: on Extension CRX File

Download Save-Data: on extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
Official URL https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
Description Automatically enable data-savings mode at compatible websites.
File Size 17.77 KB
Installation Count 81,768
Current Version 1.1.0
Last Updated 2021-06-11
Publish Date 2019-01-22
Rating 3.80/5 Total 25 Ratings
Developer Aleksandersen
Email [email protected]
Payment Type free
Extension Website https://www.daniel.priv.no/web-extensions/save-data.html
Help Page URL https://github.com/da2x/save-data/issues
Supported Languages 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"
}