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
公式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
Eメール [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"
}