Save-Data: on

Automatically enable data-savings mode at compatible websites.

Wat is Save-Data: on?

Save-Data: on is een Chrome-extensie ontwikkeld door Aleksandersen, en de belangrijkste functie is "Automatically enable data-savings mode at compatible websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save-Data: on

Download Save-Data: on-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

                        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.                    

Basisinformatie over de Extensie

Naam Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
Officiële URL https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
Beschrijving Automatically enable data-savings mode at compatible websites.
Bestandsgrootte 17.77 KB
Aantal Installaties 81,768
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-06-11
Publicatiedatum 2019-01-22
Beoordeling 3.80/5 Totaal 25 Beoordelingen
Ontwikkelaar Aleksandersen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.daniel.priv.no/web-extensions/save-data.html
Help Pagina-URL https://github.com/da2x/save-data/issues
Ondersteunde Talen 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"
}