Copy Download Links

Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs

What is Copy Download Links?

Copy Download Links is a Chrome extension developed by https://hersing.dk, and its main feature is "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs".

Extension Screenshots

screenshot

Download Copy Download Links Extension CRX File

Download Copy Download Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Copy Download Links Copy Download Links
ID jjgkfhljjohoiljkeepbaghaenmmmaaf
Official URL https://chromewebstore.google.com/detail/copy-download-links/jjgkfhljjohoiljkeepbaghaenmmmaaf
Description Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs
File Size 33.73 KB
Installation Count 545
Current Version 2.0.0
Last Updated 2022-05-31
Publish Date 2019-04-22
Developer https://hersing.dk
Email [email protected]
Payment Type free
Supported Languages 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"
}