MediaSave. Download music free
You can download music free from every website
MediaSave. Download music free là gì?
MediaSave. Download music free là một tiện ích mở rộng Chrome được phát triển bởi https://mediasave.ru, và tính năng chính của nó là "You can download music free from every website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MediaSave. Download music free
Tải xuống các tệp mở rộng MediaSave. Download music free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
М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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MediaSave. Download music free |
ID | hfgbpkkdodfihabamnkhoaeamkdhnoec |
URL Chính Thức | https://chromewebstore.google.com/detail/mediasave-download-music/hfgbpkkdodfihabamnkhoaeamkdhnoec |
Mô tả | You can download music free from every website |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 74,807 |
Phiên Bản Hiện Tại | 2.0.18 |
Cập Nhật Lần Cuối | 2020-03-03 |
Ngày Phát Hành | 2020-03-01 |
Đánh Giá | 3.83/5 Tổng số 533 Đánh Giá |
Nhà Phát Triển | https://mediasave.ru |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://mediasave.ru/ |
URL Trang Trợ Giúp | https://mediasave.ru/info/support/ |
URL Trang Chính Sách Bảo Mật | https://mediasave.ru/info/license |
Ngôn Ngữ Được Hỗ Trợ | 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" } |