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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}