Media Source Extractor

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

Hvad er Media Source Extractor?

Media Source Extractor er en Chrome-udvidelse udviklet af rinseandrepeat, og dens hovedfunktion er "Copy media source from embedded players and download links to the clipboard.".

Udvidelsesskærmbilleder

screenshot

Download Media Source Extractor-udvidelses-CRX-fil

Download Media Source Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Media Source Extractor Media Source Extractor
ID oopeljipllddhgmnkpngbelnjebjailm
Officiel URL https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm
Beskrivelse Copy media source from embedded players and download links to the clipboard.
Filstørrelse 13.34 KB
Antal Installationer 91
Nuværende Version 1.0.0
Senest Opdateret 2021-01-15
Udgivelsesdato 2021-01-15
Udvikler rinseandrepeat
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/isometimesgit/media-source-extractor
Hjælpeside-URL https://github.com/isometimesgit/media-source-extractor
Understøttede Sprog 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"
    ]
}