MediaSave. Download music free
You can download music free from every website
MediaSave. Download music free क्या है?
MediaSave. Download music free https://mediasave.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can download music free from every website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MediaSave. Download music free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
МediaSave enables you to download music free from every website on the internet. Also MediaSave helps you to download: * Songs * Audiobooks * Podcasts * Any other audiocontent Different file format are supported: mp3, mp4, wav, webm, vnd.wave etc. Moreover, MediaSave: * Determines file name correctly * Shows duration, file size and bitrate If you are still not sure, try it! This is free. If you install the extension, you accept the Licensing agreement https://mediasave.ru/info/license/
एक्सटेंशन की मूल जानकारी
नाम | MediaSave. Download music free |
ID | hfgbpkkdodfihabamnkhoaeamkdhnoec |
आधिकारिक URL | https://chromewebstore.google.com/detail/mediasave-download-music/hfgbpkkdodfihabamnkhoaeamkdhnoec |
विवरण | You can download music free from every website |
फ़ाइल का आकार | 1.26 MB |
स्थापना संख्या | 74,807 |
वर्तमान संस्करण | 2.0.18 |
अंतिम अपडेट | 2020-03-03 |
प्रकाशन तिथि | 2020-03-01 |
रेटिंग | 3.83/5 कुल 533 रेटिंग्स |
डेवलपर | https://mediasave.ru |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://mediasave.ru/ |
सहायता पृष्ठ URL | https://mediasave.ru/info/support/ |
गोपनीयता नीति पृष्ठ URL | https://mediasave.ru/info/license |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_nameApp__", "short_name": "MediaSave", "description": "__MSG_descriptionApp__", "author": "Linber LLC", "default_locale": "en", "version": "2.0.18", "icons": { "16": "app\/shared\/images\/icon-32.png", "48": "app\/shared\/images\/icon-96.png", "128": "app\/shared\/images\/icon-256.png" }, "background": { "page": "app\/background\/background.html" }, "page_action": { "default_icon": { "38": "app\/shared\/images\/icon-page-action.png" }, "default_popup": "app\/popup-web\/popup-web.html" }, "permissions": [ "cookies", "storage", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google-analytics.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app\/site\/site.min.js" ], "all_frames": false, "run_at": "document_end" } ], "web_accessible_resources": [ "\/app\/ui\/ui.html", "\/app\/ui-web\/ui-web.html", "\/app\/site\/site.min.css" ], "content_security_policy": "script-src 'self'; object-src 'self'", "homepage_url": "https:\/\/mediasave.ru" } |