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 |
官方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) |
电子邮箱 | [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 } |