Simple Douyin Downloader 简单抖音下载器

A Simple Douyin Downloader 简单抖音下载器

Simple Douyin Downloader 简单抖音下载器คืออะไร?

Simple Douyin Downloader 简单抖音下载器 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yqrong และคุณลักษณะหลักของมันคือ "A Simple Douyin Downloader 简单抖音下载器"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Douyin Downloader 简单抖音下载器

ดาวน์โหลดไฟล์ส่วนขยาย Simple Douyin Downloader 简单抖音下载器 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension is a free Douyin video downloader which allows you to download videos from https://www.douyin.com/ (The TikTok of Chinese version) without any watermark. Download a video from Douyin is never easier. Just click on the cloud download icon near the video slider or click on the download button in the extension popup to start the download.   免费无水印抖音视频插件, 只需要点击云下载图标或者插件选项上的download按钮即可下载。下载视频如此简单。                    

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

ชื่อ Simple Douyin Downloader 简单抖音下载器 Simple Douyin Downloader 简单抖音下载器
ID hpdbhmoofegmpcggbhofpkpppkcncnmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-douyin-downloader/hpdbhmoofegmpcggbhofpkpppkcncnmj
คำอธิบาย A Simple Douyin Downloader 简单抖音下载器
ขนาดไฟล์ 62.22 KB
จำนวนการติดตั้ง 227
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2024-02-18
วันที่เผยแพร่ 2024-01-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา yqrong
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Douyin Downloader \u7b80\u5355\u6296\u97f3\u4e0b\u8f7d\u5668",
    "version": "1.2",
    "description": "A Simple Douyin Downloader \u7b80\u5355\u6296\u97f3\u4e0b\u8f7d\u5668",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.douyin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.douyin.com\/*",
        "https:\/\/*.zjcdn.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "popup.js",
                "popup.css"
            ],
            "matches": [
                "https:\/\/douyin.com\/*",
                "https:\/\/www.douyin.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon.png",
            "48": "assets\/images\/icon.png",
            "128": "assets\/images\/icon.png"
        }
    }
}