Video Source Link Copy

Get video src url and copy it into your clipboard

Video Source Link Copyとは何ですか?

Video Source Link CopyはCokeJoke (Justin Mankowski)によって開発されたChromeの拡張機能で、その主な機能は「Get video src url and copy it into your clipboard」です。

拡張機能のスクリーンショット

screenshot
screenshot

Video Source Link Copy拡張機能のCRXファイルをダウンロード

Video Source Link Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
公式URL https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
説明 Get video src url and copy it into your clipboard
ファイルサイズ 18.2 KB
インストール数 478
現在のバージョン 1.0
最終更新日 2020-11-04
公開日 2020-11-04
評価 3.00/5 合計 2 レビュー
開発者 CokeJoke (Justin Mankowski)
Eメール [email protected]
支払い方法 free
対応言語 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
}