Media Source Extractor

Copy media source from embedded players and download links to the clipboard.

什麼是Media Source Extractor?

Media Source Extractor是由rinseandrepeat開發的Chrome擴展程式,該擴展的主要功能是“Copy media source from embedded players and download links to the clipboard.”。

擴展截圖

screenshot

下載Media Source Extractor擴展crx文件

下載Media Source Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Copy media source from embedded players and download links to the clipboard for pasting into your favourite stand alone video player etc. Light weight and configurable with domain whitelist and file types.

NOTES: Works on the request level so you have to initiate the request for it to be copied e.g. pressing play on a video / clicking on a download link. Does not work on youtube!                    

擴展基本資訊

名稱 Media Source Extractor Media Source Extractor
ID oopeljipllddhgmnkpngbelnjebjailm
官方網址 https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm
簡介 Copy media source from embedded players and download links to the clipboard.
檔案大小 13.34 KB
安裝次數 91
目前版本 1.0.0
更新時間 2021-01-15
上架時間 2021-01-15
開發者 rinseandrepeat
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/isometimesgit/media-source-extractor
說明頁面URL https://github.com/isometimesgit/media-source-extractor
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media Source Extractor",
    "description": "Copy media source from embedded players and download links to the clipboard.",
    "version": "1.0.0",
    "icons": {
        "128": "\/assets\/icon-128.png"
    },
    "background": {
        "scripts": [
            "\/js\/settings.js",
            "\/js\/util.js",
            "\/js\/main.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "\/html\/options.html",
        "default_icon": {
            "128": "\/assets\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}