Video Source Link Copy

Get video src url and copy it into your clipboard

Vad är Video Source Link Copy?

Video Source Link Copy är en Chrome-tillägg utvecklad av CokeJoke (Justin Mankowski), och dess huvudfunktion är "Get video src url and copy it into your clipboard".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Video Source Link Copy-förlängningens CRX-fil

Ladda ner Video Source Link Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
Officiell webbadress https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
Beskrivning Get video src url and copy it into your clipboard
Filstorlek 18.2 KB
Antal Installationer 478
Aktuell Version 1.0
Senast Uppdaterad 2020-11-04
Publiceringsdatum 2020-11-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare CokeJoke (Justin Mankowski)
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}