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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

MediaSave. Download music free拡張機能のCRXファイルをダウンロード

MediaSave. Download music free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        М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 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
Eメール [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"
}