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”。

擴展截圖

screenshot

下載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 Copy Download Links
ID jjgkfhljjohoiljkeepbaghaenmmmaaf
官方網址 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"
}