Forkfile Download Manager
Forkfile Download Manager
Forkfile Download Manager क्या है?
Forkfile Download Manager https://forkfile.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forkfile Download Manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Forkfile Download Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically manage download task for Wdupload, Extmatrix, Uploaded, Alfafile, etc. How to use: Right click on the page of file, click "Add to Forkfile", you will see the task on Forkfile and get generated download link shortly.
एक्सटेंशन की मूल जानकारी
नाम | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
आधिकारिक URL | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
विवरण | Forkfile Download Manager |
फ़ाइल का आकार | 478 KB |
स्थापना संख्या | 756 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-02-27 |
प्रकाशन तिथि | 2020-02-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://forkfile.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://forkfile.com |
सहायता पृष्ठ URL | https://forkfile.com/extension_tutorial.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forkfile Download Manager", "version": "1.0.1", "description": "Forkfile Download Manager", "permissions": [ "contextMenus", "notifications", "activeTab", "*:\/\/forkfile.com\/*" ], "web_accessible_resources": [ "images\/logo.png" ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |