TikFast - TikTok Video Downloader

TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks.

TikFast - TikTok Video Downloader란 무엇입니까?

TikFast - TikTok Video Downloader은(는) ad.jonesfield에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TikFast - TikTok Video Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With TikFast, you can download TikTok videos and music of video to your device with one click.

Feature:
‒ Download TikTok videos without watermark
       No watermark for better quality than most tools can't.
‒ Download  music as MP3
       Supports users to download music of video as MP3
‒ Free
       TikFast is always free.
‒ Batch download or bulk download
       Supports users to download multiple MP3 and tiktok videos without a watermark at the same time.                    

확장 프로그램 기본 정보

이름 TikFast - TikTok Video Downloader TikFast - TikTok Video Downloader
ID enbpgklkminalibdialjfpkfejckhpfd
공식 URL https://chromewebstore.google.com/detail/tikfast-tiktok-video-down/enbpgklkminalibdialjfpkfejckhpfd
설명 TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks.
파일 크기 2.09 MB
설치 횟수 5,342
현재 버전 1.0.21
최근 업데이트 2022-12-10
출시 날짜 2022-01-06
평점 3.14/5 총 29 개의 평점
개발자 ad.jonesfield
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tikfast.net/
개인정보 보호 정책 페이지 URL https://vimeomate.com/privacy
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,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,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tikfast-filigrans%C4%B1z-tikto\/enbpgklkminalibdialjfpkfejckhpfd",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tiktok.com\/",
                "*:\/\/www.tiktok.com\/*"
            ],
            "css": [
                "css\/custom-tf.css"
            ],
            "js": [
                "js\/content-script-tf.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.tiktok.com\/",
                "*:\/\/www.tiktok.com\/*"
            ],
            "css": [
                "css\/custom-tf.css"
            ],
            "js": [
                "js\/detail-script-tf.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/tikfast.net\/*",
                "*:\/\/dev.tikfast.net\/*"
            ],
            "js": [
                "js\/web-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tikrank.com\/*",
            "*:\/\/tikrank.com\/*",
            "*:\/\/*.tikfast.net\/*",
            "*:\/\/tikfast.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.png"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.aliyuncs.com\/*",
        "*:\/\/tikfast.net\/*",
        "*:\/\/www.tiktok.com\/",
        "*:\/\/www.tiktok.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "version": "1.0.21",
    "optional_permissions": [
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/128.png"
        }
    }
}