Media Source Extractor
Copy media source from embedded players and download links to the clipboard.
Apa itu Media Source Extractor?
Media Source Extractor adalah ekstensi Chrome yang dikembangkan oleh rinseandrepeat, dan fitur utamanya adalah "Copy media source from embedded players and download links to the clipboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Media Source Extractor
Unduh file ekstensi Media Source Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | oopeljipllddhgmnkpngbelnjebjailm |
URL Resmi | https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm |
Deskripsi | Copy media source from embedded players and download links to the clipboard. |
Ukuran File | 13.34 KB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-01-15 |
Tanggal Publikasi | 2021-01-15 |
Pengembang | rinseandrepeat |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/isometimesgit/media-source-extractor |
URL Halaman Bantuan | https://github.com/isometimesgit/media-source-extractor |
Bahasa yang Didukung | 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": [ " |