ContentDownloadMaster

ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…

ContentDownloadMasterคืออะไร?

ContentDownloadMaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexanderdagrin และคุณลักษณะหลักของมันคือ "ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ContentDownloadMaster extension is here to help you download media files from different websites. 

It is fast and simple! Just click the download button at the popup menu and wait for a few seconds until your chosen video or videos are saved to your device.                    

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

ชื่อ ContentDownloadMaster ContentDownloadMaster
ID bdidaacagfelkdahkmlobdicghmamchc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/contentdownloadmaster/bdidaacagfelkdahkmlobdicghmamchc
คำอธิบาย ContentDownloadMaster extension is here to help you download media files from different websites. It is fast and simple! Just…
ขนาดไฟล์ 243 KB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-02-10
วันที่เผยแพร่ 2021-12-23
คะแนน 5.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา alexanderdagrin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://tiny-paste.com/99541
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContentDownloadMaster",
    "version": "1.0.2",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}