Media Source Extractor

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

Qu'est-ce que Media Source Extractor ?

Media Source Extractor est une extension Chrome développée par rinseandrepeat, et sa fonction principale est "Copy media source from embedded players and download links to the clipboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Media Source Extractor

Téléchargez les fichiers d'extension Media Source Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Media Source Extractor Media Source Extractor
ID oopeljipllddhgmnkpngbelnjebjailm
URL Officiel https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm
Description Copy media source from embedded players and download links to the clipboard.
Taille du Fichier 13.34 KB
Nombre d'Installations 91
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-01-15
Date de Publication 2021-01-15
Développeur rinseandrepeat
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/isometimesgit/media-source-extractor
URL de la Page d'Aide https://github.com/isometimesgit/media-source-extractor
Langues Prises en Charge 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"
    ]
}