AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
AutoHideDownloadsBar क्या है?
AutoHideDownloadsBar raingart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides annoying downloads bar in the bottom of the screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoHideDownloadsBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Open-source, simple, lean and no ads. Options: - hide download bar only after downloads completion. Or not display the shelf at all. - set delay before the shelf is auto-closed. - display download notifications. - shows the progress of the loading in the icon panel.
एक्सटेंशन की मूल जानकारी
नाम | AutoHideDownloadsBar |
ID | gkmndgjgpolmikgnipipfekglbbgjcel |
आधिकारिक URL | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
विवरण | This extension hides annoying downloads bar in the bottom of the screen. |
फ़ाइल का आकार | 66.51 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.12.2 |
अंतिम अपडेट | 2022-07-07 |
प्रकाशन तिथि | 2020-02-08 |
रेटिंग | 4.88/5 कुल 107 रेटिंग्स |
डेवलपर | raingart |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/raingart/AutoHideDownloadsBar-extension |
सहायता पृष्ठ URL | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
समर्थित भाषाएँ | de,en,tr,es,ar,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "AutoHideDownloadsBar", "short_name": "AutoHideDownloadsBar", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "raingart", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "2.12.2", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "downloads", "downloads.shelf" ], "optional_permissions": [ "tabs", "notifications", "downloads.open" ], "background": { "page": "\/html\/background.html", "persistent": true }, "browser_action": { "default_title": "AutoHideDownloadsBar" }, "options_page": "\/html\/options.html" } |