Copy Download Links
Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs
Wat is Copy Download Links?
Copy Download Links is een Chrome-extensie ontwikkeld door https://hersing.dk, en de belangrijkste functie is "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Download Links
Download Copy Download Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Copy Download Links |
ID | jjgkfhljjohoiljkeepbaghaenmmmaaf |
Officiële URL | https://chromewebstore.google.com/detail/copy-download-links/jjgkfhljjohoiljkeepbaghaenmmmaaf |
Beschrijving | Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs |
Bestandsgrootte | 33.73 KB |
Aantal Installaties | 545 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2022-05-31 |
Publicatiedatum | 2019-04-22 |
Ontwikkelaar | https://hersing.dk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |