Downloads
Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.
Downloads क्या है?
Downloads Free Useful Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear the downloads list of all completed downloads. Save images in downloads. Open downloads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Try this simple manager for my downloads today. Here are the core features of this Downloads software. - Quick access to the Downloads browser page when you click on the extension icon - It allows you to auto clear your Downloads folder every 20 seconds. This time duration can be set by you via the options page. - Use the context menu to save any images you want to My Downloads folder. To access the options page for this extension, simply right click, choose "Downloads" and then mouse over the "Options page" button. Save time managing your downloads today by using this simple downloads software.
एक्सटेंशन की मूल जानकारी
नाम | Downloads |
ID | miiggjhfiganjofhpckipgglilmgckcb |
आधिकारिक URL | https://chromewebstore.google.com/detail/downloads/miiggjhfiganjofhpckipgglilmgckcb |
विवरण | Clear the downloads list of all completed downloads. Save images in downloads. Open downloads. |
फ़ाइल का आकार | 137 KB |
स्थापना संख्या | 8,810 |
वर्तमान संस्करण | 3.0.2 |
अंतिम अपडेट | 2022-05-23 |
प्रकाशन तिथि | 2022-05-22 |
रेटिंग | 4.45/5 कुल 11 रेटिंग्स |
डेवलपर | Free Useful Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "manifest_version": 3, "version": "3.0.2", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "contextMenus", "browsingData", "downloads", "downloads.shelf", "storage" ], "action": { "default_icon": { "19": "icons\/icon-19.png" } }, "background": { "service_worker": "scripts\/background.js" }, "options_ui": { "page": "ui\/options.html" }, "homepage_url": "https:\/\/my-downloads.freespeedcheck.net\/" } |