Webpage Downloader
It sends the webpage link to a local server for downloading, what more do you want
Webpage Downloader क्या है?
Webpage Downloader timber.gamer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It sends the webpage link to a local server for downloading, what more do you want"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Webpage Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension reads a tab's url and sends it to a local server, use it for downloading videos with https://github.com/Timber1900/WebDL/releases/latest
एक्सटेंशन की मूल जानकारी
नाम | Webpage Downloader |
ID | nfkaeignpggbjnhhijmggoeploenicdo |
आधिकारिक URL | https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo |
विवरण | It sends the webpage link to a local server for downloading, what more do you want |
फ़ाइल का आकार | 9.04 KB |
स्थापना संख्या | 3,152 |
वर्तमान संस्करण | 2.5 |
अंतिम अपडेट | 2021-10-28 |
प्रकाशन तिथि | 2020-12-29 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | timber.gamer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Timber1900/WebDL/releases/latest |
सहायता पृष्ठ URL | https://github.com/Timber1900/WebDL/issues/new/choose |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webpage Downloader", "description": "It sends the webpage link to a local server for downloading, what more do you want", "version": "2.5", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/localhost\/", "contextMenus", "storage" ], "browser_action": { "default_icon": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } }, "icons": { "48": "icons\/page-48.png" } } |