Media Source Extractor

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

What is Media Source Extractor?

Media Source Extractor is a Chrome extension developed by rinseandrepeat, and its main feature is "Copy media source from embedded players and download links to the clipboard.".

Extension Screenshots

screenshot

Download Media Source Extractor Extension CRX File

Download Media Source Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Media Source Extractor Media Source Extractor
ID oopeljipllddhgmnkpngbelnjebjailm
Official URL https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm
Description Copy media source from embedded players and download links to the clipboard.
File Size 13.34 KB
Installation Count 91
Current Version 1.0.0
Last Updated 2021-01-15
Publish Date 2021-01-15
Developer rinseandrepeat
Email [email protected]
Payment Type free
Extension Website https://github.com/isometimesgit/media-source-extractor
Help Page URL https://github.com/isometimesgit/media-source-extractor
Supported Languages 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"
    ]
}