BitComet Download Extension

helps to download files with BitComet

BitComet Download Extensionคืออะไร?

BitComet Download Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bitcomet.com และคุณลักษณะหลักของมันคือ "helps to download files with BitComet"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitComet Download Extension

ดาวน์โหลดไฟล์ส่วนขยาย BitComet Download Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BitComet Download Extension for Chrome add following conveniences for you:

1. Show "Download using BitComet" command in the context menu of links in web page and downloads tab of Chrome.
2. Download file of specified types using BitComet when click links in web pages. The filter list of file types can be configured in BitComet option window.
3. Launch BitComet directly from Chrome toolbar.

Note: This extension works only with BitComet v1.38 or later.

Official website: http://www.bitcomet.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BitComet Download Extension BitComet Download Extension
ID dhigneefebkcagnpnpbibganpmfgebnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitcomet-download-extensi/dhigneefebkcagnpnpbibganpmfgebnk
คำอธิบาย helps to download files with BitComet
ขนาดไฟล์ 43.16 KB
จำนวนการติดตั้ง 63,270
เวอร์ชันปัจจุบัน 1.96.0
อัปเดตครั้งล่าสุด 2022-11-06
วันที่เผยแพร่ 2021-02-13
คะแนน 3.73/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://www.bitcomet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.bitcomet.com/en/privacy-policy
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/menu_logo.png",
        "48": "images\/extension_logo.png",
        "128": "images\/install_logo.png"
    },
    "action": {
        "default_icon": "images\/icon19_normal.png",
        "default_title": "__MSG_description__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "cookies",
        "nativeMessaging",
        "downloads",
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "version": "1.96.0"
}