Video Source Link Copy

Get video src url and copy it into your clipboard

Wat is Video Source Link Copy?

Video Source Link Copy is een Chrome-extensie ontwikkeld door CokeJoke (Justin Mankowski), en de belangrijkste functie is "Get video src url and copy it into your clipboard".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video Source Link Copy

Download Video Source Link Copy-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

                        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.                    

Basisinformatie over de Extensie

Naam Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
Officiële URL https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
Beschrijving Get video src url and copy it into your clipboard
Bestandsgrootte 18.2 KB
Aantal Installaties 478
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-04
Publicatiedatum 2020-11-04
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar CokeJoke (Justin Mankowski)
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}