Bandwidth Hero - Live Image Compression

Saves data by compressing images on the page.

Bandwidth Hero - Live Image Compressionคืออะไร?

Bandwidth Hero - Live Image Compression เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bandwidth-hero.com และคุณลักษณะหลักของมันคือ "Saves data by compressing images on the page."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bandwidth Hero - Live Image Compression

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

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

                        Bandwidth Hero saves data by compressing all images on the page via data compression service which reduces image size by about 50%-75%. 
Compression service downloads original image, converts it to WebP image and returns it to the browser.
Unlike Google's Data Saver, Bandwidth Hero works for both secure and unsecure URLs.

It is very useful when you use limited data, such as 3G or LTE.

After installing this extension you need to setup data compression service to run on Heroku or your own Node.js server.

The extension is open-sourced, you can check the code on GitHub - https://github.com/ayastreb/bandwidth-hero/

---

By installing and using this extension with public data compression service (https://compressor.bandwidth-hero.com) you agree with our Terms and Conditions of Service (https://bandwidth-hero.com/terms).                    

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

ชื่อ Bandwidth Hero - Live Image Compression Bandwidth Hero - Live Image Compression
ID mmhippoadkhcflebgghophicgldbahdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bandwidth-hero-live-image/mmhippoadkhcflebgghophicgldbahdb
คำอธิบาย Saves data by compressing images on the page.
ขนาดไฟล์ 3.07 MB
จำนวนการติดตั้ง 2,448
เวอร์ชันปัจจุบัน 2.1.4
อัปเดตครั้งล่าสุด 2019-08-25
วันที่เผยแพร่ 2019-08-24
คะแนน 4.21/5 รวมทั้งหมด 94 คะแนน
ผู้พัฒนา https://bandwidth-hero.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/ayastreb/bandwidth-hero/issues
URL หน้านโยบายความเป็นส่วนตัว https://bandwidth-hero.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandwidth Hero - Live Image Compression",
    "short_name": "Bandwidth Hero",
    "description": "Saves data by compressing images on the page.",
    "version": "2.1.4",
    "icons": {
        "64": "assets\/icon-128.png",
        "128": "assets\/icon-256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-128.png",
        "default_title": "Bandwidth Hero",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "update.bundle.js",
            "background.bundle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}