Copy Download Links

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

Was ist Copy Download Links?

Copy Download Links ist eine Chrome-Erweiterung, die von https://hersing.dk entwickelt wurde, und ihr Hauptmerkmal ist "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs".

Erweiterungsscreenshots

screenshot

Copy Download Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Download Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Copy Download Links Copy Download Links
ID jjgkfhljjohoiljkeepbaghaenmmmaaf
Offizielle URL https://chromewebstore.google.com/detail/copy-download-links/jjgkfhljjohoiljkeepbaghaenmmmaaf
Beschreibung Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs
Dateigröße 33.73 KB
Installationsanzahl 545
Aktuelle Version 2.0.0
Letztes Update 2022-05-31
Veröffentlichungsdatum 2019-04-22
Entwickler https://hersing.dk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}