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 là gì?

Copy Download Links là một tiện ích mở rộng Chrome được phát triển bởi https://hersing.dk, và tính năng chính của nó là "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy Download Links

Tải xuống các tệp mở rộng Copy Download Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy Download Links Copy Download Links
ID jjgkfhljjohoiljkeepbaghaenmmmaaf
URL Chính Thức https://chromewebstore.google.com/detail/copy-download-links/jjgkfhljjohoiljkeepbaghaenmmmaaf
Mô tả Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs
Kích Thước Tệp 33.73 KB
Số Lần Cài Đặt 545
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-05-31
Ngày Phát Hành 2019-04-22
Nhà Phát Triển https://hersing.dk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}