Save-Data: on

Automatically enable data-savings mode at compatible websites.

Co to jest Save-Data: on?

Save-Data: on to rozszerzenie Chrome opracowane przez Aleksandersen, a jego główną funkcją jest „Automatically enable data-savings mode at compatible websites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Save-Data: on

Pobierz pliki rozszerzeń Save-Data: on w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
Oficjalny URL https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
Opis Automatically enable data-savings mode at compatible websites.
Rozmiar pliku 17.77 KB
Liczba instalacji 81,768
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-06-11
Data Publikacji 2019-01-22
Ocena 3.80/5 Łącznie 25 Oceny
Deweloper Aleksandersen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.daniel.priv.no/web-extensions/save-data.html
Adres URL Strony Pomocy https://github.com/da2x/save-data/issues
Obsługiwane Języki 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"
}