Disable Download Bar
Removes the download bar at the bottom of Chrome windows (does nothing else).
Disable Download Bar क्या है?
Disable Download Bar https://www.gryphenpossolutions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the download bar at the bottom of Chrome windows (does nothing else)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable Download Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used for any other purpose. All this extension does is disable the downloads bar.
एक्सटेंशन की मूल जानकारी
नाम | Disable Download Bar |
ID | gjdldigdojpjlmphnogmcmhojfadfmem |
आधिकारिक URL | https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem |
विवरण | Removes the download bar at the bottom of Chrome windows (does nothing else). |
फ़ाइल का आकार | 3.17 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2019-05-31 |
प्रकाशन तिथि | 2019-05-31 |
रेटिंग | 4.55/5 कुल 88 रेटिंग्स |
डेवलपर | https://www.gryphenpossolutions.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Bar", "version": "1.5", "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).", "permissions": [ "downloads", "downloads.shelf" ], "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "offline_enabled": true } |