TikTok Video Keeper

Download any video from TikTok. Single and Bulk downloading options available.

TikTok Video Keeperคืออะไร?

TikTok Video Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย funApps และคุณลักษณะหลักของมันคือ "Download any video from TikTok. Single and Bulk downloading options available."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok Video Keeper

ดาวน์โหลดไฟล์ส่วนขยาย TikTok Video Keeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Download any video from TikTok. Single and Bulk downloading options available.

TikTok Video Keeper is one of the best downloader for downloading TikTok videos. Our TikTok Downloader is easiest way to save any video from Tiktok.

►v.1.8 - Mass Download is fixed
►v.1.7 - User Page Single Downloading is fixed
►v.1.6 - Feed Download is fixed
►v.1.5 - Mass Downloading by Zip is fixed
►v.1.4 - Downloading on page Explore is added
►v.1.3 - Bug Fixed
►v.1.2 - Some Bugs Fixed

Our simple and fast extension doesn't request any login details and works directly with tiktok website.

Install it and save all videos you like to watch them later or offline.
Its 100% free try it now!

Features of the extension:

- No need to login
- Fast Download of any video
- Supports HD video downloads
- Support copy link, share, rename, repost for the downloaded photos or videos.
- Small size, light weight, high speed

Download all feature is added. Now you can download ZIP file or select one-by-one option. Download all button is on user page. See the screenshot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TikTok Video Keeper TikTok Video Keeper
ID kmobjdioiclamniofdnngmafbhgcniok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiktok-video-keeper/kmobjdioiclamniofdnngmafbhgcniok
คำอธิบาย Download any video from TikTok. Single and Bulk downloading options available.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 10,842
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2021-12-23
คะแนน 4.01/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา funApps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/tiktok-video-keeper
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.9",
    "default_locale": "en",
    "background": {
        "service_worker": "\/js\/sw.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "declarativeNetRequest",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.tiktokv.com\/*",
        "https:\/\/*.tiktok.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/icon16.png",
            "19": "\/assets\/images\/icon19.png"
        }
    },
    "icons": {
        "32": "\/assets\/images\/icon32.png",
        "48": "\/assets\/images\/icon48.png",
        "128": "\/assets\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "\/js\/app.js"
            ],
            "css": [
                "\/assets\/app.css",
                "\/assets\/button.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/assets\/rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/images\/*.svg",
                "\/assets\/images\/*.png",
                "\/js\/bridge_script.js"
            ],
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ]
        }
    ]
}