Video Source Link Copy

Get video src url and copy it into your clipboard

What is Video Source Link Copy?

Video Source Link Copy is a Chrome extension developed by CokeJoke (Justin Mankowski), and its main feature is "Get video src url and copy it into your clipboard".

Extension Screenshots

screenshot
screenshot

Download Video Source Link Copy Extension CRX File

Download Video Source Link Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
Official URL https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
Description Get video src url and copy it into your clipboard
File Size 18.2 KB
Installation Count 478
Current Version 1.0
Last Updated 2020-11-04
Publish Date 2020-11-04
Rating 3.00/5 Total 2 Ratings
Developer CokeJoke (Justin Mankowski)
Email [email protected]
Payment Type free
Supported Languages 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
}