Media Source Extractor

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

Wat is Media Source Extractor?

Media Source Extractor is een Chrome-extensie ontwikkeld door rinseandrepeat, en de belangrijkste functie is "Copy media source from embedded players and download links to the clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Media Source Extractor

Download Media Source Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Media Source Extractor Media Source Extractor
ID oopeljipllddhgmnkpngbelnjebjailm
Officiële URL https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm
Beschrijving Copy media source from embedded players and download links to the clipboard.
Bestandsgrootte 13.34 KB
Aantal Installaties 91
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-01-15
Publicatiedatum 2021-01-15
Ontwikkelaar rinseandrepeat
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/isometimesgit/media-source-extractor
Help Pagina-URL https://github.com/isometimesgit/media-source-extractor
Ondersteunde Talen 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"
    ]
}