MediaSave. Download music free
You can download music free from every website
MediaSave. Download music free란 무엇입니까?
MediaSave. Download music free은(는) https://mediasave.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can download music free from every website"입니다.
확장 프로그램 스크린샷
MediaSave. Download music free 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |