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은(는) https://hersing.dk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes it posible to copy k2s, uploaded and rapidgator links. If all links already exist in clipboard, close the tabs"입니다.

확장 프로그램 스크린샷

screenshot

Copy Download Links 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}