Video Source Link Copy
Get video src url and copy it into your clipboard
Hvad er Video Source Link Copy?
Video Source Link Copy er en Chrome-udvidelse udviklet af CokeJoke (Justin Mankowski), og dens hovedfunktion er "Get video src url and copy it into your clipboard".
Udvidelsesskærmbilleder
Download Video Source Link Copy-udvidelses-CRX-fil
Download Video Source Link Copy-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
It basically grabs the url from the defined querySelector path and defined website url and grabs the source src link and you should install it cause it's the fastes way of getting the url. I'm using it for syncplay because vlc needs the source link and know I don't need to get it by my self and just use the extensions copy button or turn auto copy on.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lbgcheaghokbiabnjkcfhijpjbhflhkp |
Officiel URL | https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp |
Beskrivelse | Get video src url and copy it into your clipboard |
Filstørrelse | 18.2 KB |
Antal Installationer | 478 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-11-04 |
Udgivelsesdato | 2020-11-04 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | CokeJoke (Justin Mankowski) |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Source Link Copy", "version": "1.0", "description": "Get video src url and copy it into your clipboard", "author": "CokeJoke (Justin Mankowski)", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "permissions": [ "tabs", "storage", "clipboardWrite", "*:\/\/*\/*" ], "manifest_version": 2 } |