Simple Douyin Downloader 简单抖音下载器

A Simple Douyin Downloader 简单抖音下载器

什麼是Simple Douyin Downloader 简单抖音下载器?

Simple Douyin Downloader 简单抖音下载器是由yqrong開發的Chrome擴展程式,該擴展的主要功能是“A Simple Douyin Downloader 简单抖音下载器”。

擴展截圖

screenshot
screenshot

下載Simple Douyin Downloader 简单抖音下载器擴展crx文件

下載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
官方網址 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"
        }
    }
}