Save-Data: on

Automatically enable data-savings mode at compatible websites.

Qu'est-ce que Save-Data: on ?

Save-Data: on est une extension Chrome développée par Aleksandersen, et sa fonction principale est "Automatically enable data-savings mode at compatible websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save-Data: on

Téléchargez les fichiers d'extension Save-Data: on au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
URL Officiel https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
Description Automatically enable data-savings mode at compatible websites.
Taille du Fichier 17.77 KB
Nombre d'Installations 81,768
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-06-11
Date de Publication 2019-01-22
Évaluation 3.80/5 Total 25 Évaluations
Développeur Aleksandersen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.daniel.priv.no/web-extensions/save-data.html
URL de la Page d'Aide https://github.com/da2x/save-data/issues
Langues Prises en Charge 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"
}