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 - это расширение Chrome, разработанное https://hersing.dk, и его основная функция - "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs".
Снимки экрана расширения
Скачать файл CRX расширения Copy Download Links
Скачайте файлы расширений 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 |
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 |
Электронная почта | [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" } |