Auto Resume Downloads
Chrome extension that automatically resumes downloads.
Auto Resume Downloads क्या है?
Auto Resume Downloads dwapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that automatically resumes downloads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Resume Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It is an open source Chrome extension that can automatically resume downloads that have been stopped for unintended reasons. The full source code of the program is publicly available on GitHub, and anyone can contribute if there is a bug or improvement. If you leave the switch on, it will automatically resume downloading paused in the background. You can manually set the time interval to trigger the resume and also check the program usage log. Usage. 1. Tap the icon to open the window. 2. Turn on the switch to run the program. The program will resume automatically stopped downloads in the background (⚠️If the program does not work properly, click the toggle button a few times and try again) 3. Checking "Apply to paused items" setting will automatically resume the download that you paused. 4. "Check time interval" sets the time interval for scanning stopped downloads. 5. Settings take effect when the apply button is pressed. 6. All events are recorded and visible on the log tab.
एक्सटेंशन की मूल जानकारी
नाम | Auto Resume Downloads |
ID | pifbhionjpacnpjoaomhdpbekkdphdgd |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-resume-downloads/pifbhionjpacnpjoaomhdpbekkdphdgd |
विवरण | Chrome extension that automatically resumes downloads. |
फ़ाइल का आकार | 1.07 MB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2024-01-14 |
प्रकाशन तिथि | 2021-02-16 |
रेटिंग | 3.81/5 कुल 72 रेटिंग्स |
डेवलपर | dwapps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Dongw1126/Auto_Resume_Download |
सहायता पृष्ठ URL | https://github.com/Dongw1126/Auto_Resume_Download |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.1", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "manifest_version": 3 } |