Full Free Video Downloader
Download videos from video web sites.
Full Free Video Downloader क्या है?
Full Free Video Downloader admin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download videos from video web sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full Free Video Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to save the content of the video and also allows you to choose the format of the downloaded material. In addition, you have the ability to download only the audio track (extracted from video file). For the moment the add-on works for youtube content, future versions will also work for other streaming services. We invite you to use our addon. Any suggestions are of course welcome.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jaafnhcmpiaoacjpnjlehbfeljdamfmf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/full-free-video-downloade/jaafnhcmpiaoacjpnjlehbfeljdamfmf |
विवरण | Download videos from video web sites. |
फ़ाइल का आकार | 8.61 MB |
स्थापना संख्या | 79,006 |
वर्तमान संस्करण | 3.0.5 |
अंतिम अपडेट | 2022-07-12 |
प्रकाशन तिथि | 2022-07-08 |
रेटिंग | 4.65/5 कुल 37 रेटिंग्स |
डेवलपर | admin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "3.0.5", "default_locale": "en", "icons": { "512": "icons\/magic512.png" }, "background": { "service_worker": "src\/background\/script.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "19": "icons\/magic128.png", "38": "icons\/magic128.png", "128": "icons\/magic128.png" }, "default_title": "__MSG_extensionName__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/content\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "tabs", "storage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "web_accessible_resources": [ { "resources": [ "icons\/help.png", "icons\/loading.gif", "init.js", "ffmpeg.min.js", "ffmpeg.min.js.map", "ffmpeg-core.worker.js", "ffmpeg-core.wasm", "ffmpeg-core.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |