Simple Douyin Downloader 简单抖音下载器
A Simple Douyin Downloader 简单抖音下载器
Simple Douyin Downloader 简单抖音下载器 क्या है?
Simple Douyin Downloader 简单抖音下载器 yqrong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Simple Douyin Downloader 简单抖音下载器"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Douyin Downloader 简单抖音下载器 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 简单抖音下载器 |
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" } } } |