Save-Data: on

Automatically enable data-savings mode at compatible websites.

Co je Save-Data: on?

Save-Data: on je rozšíření Chrome vyvinuté Aleksandersen, a jeho hlavní funkcí je „Automatically enable data-savings mode at compatible websites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Save-Data: on

Stáhněte si soubory rozšíření Save-Data: on ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
Oficiální URL https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
Popis Automatically enable data-savings mode at compatible websites.
Velikost souboru 17.77 KB
Počet instalací 81,768
Aktuální Verze 1.1.0
Poslední Aktualizace 2021-06-11
Datum Vydání 2019-01-22
Hodnocení 3.80/5 Celkem 25 Hodnocení
Vývojář Aleksandersen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.daniel.priv.no/web-extensions/save-data.html
URL Stránky Nápovědy https://github.com/da2x/save-data/issues
Podporované Jazyky 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"
}