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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
}