Save-Data: on

Automatically enable data-savings mode at compatible websites.

Save-Data: onคืออะไร?

Save-Data: on เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aleksandersen และคุณลักษณะหลักของมันคือ "Automatically enable data-savings mode at compatible websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save-Data: on

ดาวน์โหลดไฟล์ส่วนขยาย Save-Data: on ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
คำอธิบาย Automatically enable data-savings mode at compatible websites.
ขนาดไฟล์ 17.77 KB
จำนวนการติดตั้ง 81,768
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-06-11
วันที่เผยแพร่ 2019-01-22
คะแนน 3.80/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Aleksandersen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.daniel.priv.no/web-extensions/save-data.html
URL หน้าช่วยเหลือ https://github.com/da2x/save-data/issues
ภาษาที่รองรับ 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"
}