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
公式URL 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
Eメール [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"
    ]
}