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
官方網址 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"
}