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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | lbgcheaghokbiabnjkcfhijpjbhflhkp |
官方網址 | 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) |
電子郵箱 | [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 } |