Douyin Downloader
Douyin Downloader downloads videos from Douyin
Что такое Douyin Downloader?
Douyin Downloader - это расширение Chrome, разработанное Sapps, и его основная функция - "Douyin Downloader downloads videos from Douyin".
Снимки экрана расширения
Скачать файл CRX расширения Douyin Downloader
Скачайте файлы расширений Douyin Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
📖 Douyin Downloader features ✓ No password, API login or permissions required ✓ Easy to use ✓ 24/7 developer support 🤔 How to use the Douyin Downloader? Once installed, a download button will appear under all videos, enabling you to save the media content of each post to your computer. 💳 Pricing, Return and Refund Policy ● Access all features for just $18.99/month. No account required to sign up, and you can cancel at any time, no questions asked! ● No functionality of this extension is available unless you are subscribed to a paid subscription. ● The available payment methods are Credit and Debit cards. ● Google is not the seller of this service. ● We accept refunds. 📝 Disclaimer Douyin Downloader does NOT belong or is related to the official Douyin application/website in any way. It is an unofficial app that is developed and maintained independently.
Основная информация о расширении
Название | Douyin Downloader |
ID | hniapnphhmgbppijedicoacmgpeicpmi |
Официальный URL | https://chromewebstore.google.com/detail/douyin-downloader/hniapnphhmgbppijedicoacmgpeicpmi |
Описание | Douyin Downloader downloads videos from Douyin |
Размер файла | 19.35 KB |
Количество установок | 222 |
Текущая Версия | 1.1 |
Последнее Обновление | 2024-02-27 |
Дата публикации | 2023-07-05 |
Рейтинг | 1.00/5 Всего 3 оценок |
Разработчик | Sapps |
Электронная почта | [email protected] |
Тип оплаты | in_app |
URL страницы политики конфиденциальности | https://sprise.ltd/policies/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "action": { "default_popup": "popup\/payment.html" }, "content_scripts": [ { "js": [ "content\/content.js" ], "matches": [ "https:\/\/www.douyin.com\/*" ] } ], "description": "Douyin Downloader downloads videos from Douyin", "host_permissions": [ "https:\/\/www.douyin.com\/*", "https:\/\/sprise-api.xyz\/*" ], "icons": { "128": "assets\/logo.png", "16": "assets\/logo.png", "48": "assets\/logo.png" }, "background": { "service_worker": "service.js" }, "web_accessible_resources": [ { "resources": [ "assets\/download.png" ], "matches": [ "https:\/\/www.douyin.com\/*" ] } ], "manifest_version": 3, "name": "Douyin Downloader", "permissions": [ "storage", "downloads" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |