Video Source Link Copy

Get video src url and copy it into your clipboard

Qu'est-ce que Video Source Link Copy ?

Video Source Link Copy est une extension Chrome développée par CokeJoke (Justin Mankowski), et sa fonction principale est "Get video src url and copy it into your clipboard".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Source Link Copy

Téléchargez les fichiers d'extension Video Source Link Copy 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

                        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.                    

Informations de Base sur l'Extension

Nom Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
URL Officiel https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
Description Get video src url and copy it into your clipboard
Taille du Fichier 18.2 KB
Nombre d'Installations 478
Version Actuelle 1.0
Dernière Mise à Jour 2020-11-04
Date de Publication 2020-11-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur CokeJoke (Justin Mankowski)
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}