Simple Douyin Downloader 简单抖音下载器
A Simple Douyin Downloader 简单抖音下载器
Simple Douyin Downloader 简单抖音下载器とは何ですか?
Simple Douyin Downloader 简单抖音下载器はyqrongによって開発されたChromeの拡張機能で、その主な機能は「A Simple Douyin Downloader 简单抖音下载器」です。
拡張機能のスクリーンショット
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 简单抖音下载器 |
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 |
Eメール | [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" } } } |