Copy Download Links
Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs
什么是Copy Download Links?
Copy Download Links是由https://hersing.dk开发的Chrome扩展程序,该扩展的主要功能是“Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs”。
扩展截图
下载Copy Download Links扩展crx文件
下载Copy Download Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Makes it possible to copy k2s, uploaded and rapidgator links from open tabs. If all links already exist in clipboard the the tabs will be closed It's possible to add additional sites on the settings page
扩展基本信息
名称 | Copy Download Links |
ID | jjgkfhljjohoiljkeepbaghaenmmmaaf |
官方URL | https://chromewebstore.google.com/detail/copy-download-links/jjgkfhljjohoiljkeepbaghaenmmmaaf |
简介 | Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs |
文件大小 | 33.73 KB |
安装次数 | 545 |
当前版本 | 2.0.0 |
更新时间 | 2022-05-31 |
上架时间 | 2019-04-22 |
开发者 | https://hersing.dk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Download Links", "version": "2.0.0", "description": "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs", "icons": { "48": "umbrella_48.png" }, "permissions": [ "tabs", "clipboardWrite", "clipboardRead", "storage" ], "action": { "default_icon": "umbrella_32.png", "default_title": "Copy Download Links" }, "background": { "service_worker": "copy-download-links.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html" } |