Tiktok Video Downloader

Build an Extension to download tiktok video without watermark

Что такое Tiktok Video Downloader?

Tiktok Video Downloader - это расширение Chrome, разработанное https://taptik.app, и его основная функция - "Build an Extension to download tiktok video without watermark".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Tiktok Video Downloader

Скачайте файлы расширений Tiktok Video Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Taptik : Tiktok Video Downloader to download Pinterest videos. 
** Taptik : Pinterest Downloader (Chrome Plugin)

Tiktok Video Downloader is one of the best Tiktok video downloader today

** With one click you can download videos from Pinterest.
Downloader for Pinterest allows you to download pin videos and story video from the Pinterest platform for free. You just need to go to Home Feed and then click on the browser extension icon or Download Button in Pins. Then you have the download button available.


** Main features of the extension:

- No login required.
- Download Tiktok videos without watermark and MP3
- Small size and lightweight.
- Convenient in the process of surfing Tiktok, any Video you like can be downloaded immediately.
- Just open your Tiktok Video Downloader  extension along with this video downloader for Pinterest extension and copy the URL of the video you want to download.

**** IMPORTANT !!!
I do not collect your browsing history. To send information from background scripts to content_scripts, I need tabs permissions to trigger alerts for browsing history.                    

Основная информация о расширении

Название Tiktok Video Downloader Tiktok Video Downloader
ID iejlmkpfacjciafplahekikiakbmjami
Официальный URL https://chromewebstore.google.com/detail/tiktok-video-downloader/iejlmkpfacjciafplahekikiakbmjami
Описание Build an Extension to download tiktok video without watermark
Размер файла 17.88 KB
Количество установок 89
Текущая Версия 1.2
Последнее Обновление 2022-09-08
Дата публикации 2022-08-31
Разработчик https://taptik.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://taptik.app
URL страницы помощи https://taptik.app
URL страницы политики конфиденциальности https://dotsave.app/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiktok Video Downloader",
    "description": "Build an Extension to download tiktok video without watermark",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*"
    ],
    "icons": {
        "16": "icons\/16tt.png",
        "48": "icons\/48tt.png",
        "128": "icons\/128tt.png"
    },
    "action": {
        "default_title": "Tiktok Video Downloader - Taptik.app",
        "default_icon ": {
            "16": "icons\/16tt.png",
            "48": "icons\/48tt.png",
            "128": "icons\/128tt.png"
        }
    }
}