Video Source Link Copy

Get video src url and copy it into your clipboard

Cos'è Video Source Link Copy?

Video Source Link Copy è un'estensione di Chrome sviluppata da CokeJoke (Justin Mankowski), e la sua funzione principale è "Get video src url and copy it into your clipboard".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video Source Link Copy

Scarica i file di estensione Video Source Link Copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
URL Ufficiale https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
Descrizione Get video src url and copy it into your clipboard
Dimensione del File 18.2 KB
Conteggio Installazioni 478
Versione Corrente 1.0
Ultimo Aggiornamento 2020-11-04
Data di Pubblicazione 2020-11-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore CokeJoke (Justin Mankowski)
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}