Copy Download Links
Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs
Qu'est-ce que Copy Download Links ?
Copy Download Links est une extension Chrome développée par https://hersing.dk, et sa fonction principale est "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Download Links
Téléchargez les fichiers d'extension Copy Download Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Copy Download Links |
ID | jjgkfhljjohoiljkeepbaghaenmmmaaf |
URL Officiel | 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 |
Taille du Fichier | 33.73 KB |
Nombre d'Installations | 545 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2022-05-31 |
Date de Publication | 2019-04-22 |
Développeur | https://hersing.dk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |