Bandwidth Hero - Live Image Compression
Saves data by compressing images on the page.
Bandwidth Hero - Live Image Compression क्या है?
Bandwidth Hero - Live Image Compression https://bandwidth-hero.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves data by compressing images on the page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bandwidth Hero - Live Image Compression एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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", " |