TikMate: Tik Tok Video Downloader

TikMate: Tik Tok Video Downloader to download no watermark Tik Tok videos. Tik Tok video downloader without watermark

TikMate: Tik Tok Video Downloader란 무엇입니까?

TikMate: Tik Tok Video Downloader은(는) TikMate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TikMate: Tik Tok Video Downloader to download no watermark Tik Tok videos. Tik Tok video downloader without watermark"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TikMate: Tik Tok Video Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** Tikmate : Tik Tok Downloader (Chrome Plugin)

Tikmate is one of the best tik tok video downloader today without logo, watermark.

** With one click you can download videos from TikTok.
Downloader for TikTok allows you to download videos and photos from the TikTok platform for free. You just need to go to any TikTok video or photo and then click on the browser extension icon. Then you have the download button available.

** TikTok Has more than 900 million users every day these users are making beautiful music videos, Social Network for making tik tok videos like Extensions let you browse short videos and download them without blurred photos.

** Main features of the extension:

- No login required.
- Download Tik tok videos without watermark.
- Small size and lightweight.
- Convenient in the process of surfing Tik Tok, any Video you like can be downloaded immediately.
- Just open your Tikmate video extension along with this video downloader for tik tok 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.                    

확장 프로그램 기본 정보

이름 TikMate: Tik Tok Video Downloader TikMate: Tik Tok Video Downloader
ID koeahbkjibkcghgljnpelegllhjppjac
공식 URL https://chromewebstore.google.com/detail/tikmate-tik-tok-video-dow/koeahbkjibkcghgljnpelegllhjppjac
설명 TikMate: Tik Tok Video Downloader to download no watermark Tik Tok videos. Tik Tok video downloader without watermark
파일 크기 196 KB
설치 횟수 10,000
현재 버전 1.1
최근 업데이트 2021-08-06
출시 날짜 2021-07-21
평점 2.50/5 총 32 개의 평점
개발자 TikMate
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tikmate.online
도움말 페이지 URL https://tikmate.online/pages/contact.php
개인정보 보호 정책 페이지 URL https://tikmate.online/pages/privacy-policy.php
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "0xjeff",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                ".\/js\/jquery-1.8.3.js",
                ".\/js\/content-script.js",
                "js\/common.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/tikmate.online",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "img\/download_16.png",
        "img\/icon_128.png",
        "img\/open.svg"
    ]
}