Simple Douyin Downloader 简单抖音下载器
A Simple Douyin Downloader 简单抖音下载器
Cos'è Simple Douyin Downloader 简单抖音下载器?
Simple Douyin Downloader 简单抖音下载器 è un'estensione di Chrome sviluppata da yqrong, e la sua funzione principale è "A Simple Douyin Downloader 简单抖音下载器".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Douyin Downloader 简单抖音下载器
Scarica i file di estensione Simple Douyin Downloader 简单抖音下载器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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按钮即可下载。下载视频如此简单。
Informazioni di Base sull'Estensione
Nome | Simple Douyin Downloader 简单抖音下载器 |
ID | hpdbhmoofegmpcggbhofpkpppkcncnmj |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-douyin-downloader/hpdbhmoofegmpcggbhofpkpppkcncnmj |
Descrizione | A Simple Douyin Downloader 简单抖音下载器 |
Dimensione del File | 62.22 KB |
Conteggio Installazioni | 227 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2024-02-18 |
Data di Pubblicazione | 2024-01-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | yqrong |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |