Easy TikTok Video Downloader

Download liked videos or any tiktok account videos easily!

Apa itu Easy TikTok Video Downloader?

Easy TikTok Video Downloader adalah ekstensi Chrome yang dikembangkan oleh DataZinc, dan fitur utamanya adalah "Download liked videos or any tiktok account videos easily!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Easy TikTok Video Downloader

Unduh file ekstensi Easy TikTok Video Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Introducing the Easy TikTok Video Downloader extension that's about to make your TikTok game stronger than ever before! Check out all these features that'll have you downloading videos faster than you can say "TikTok famous":

1. Batch downloading: Who has time to download videos one by one? Not you! With our extension, you can download multiple videos at once, so you can spend less time scrolling and more time actually enjoying your favorite TikToks.

2. No third-party downloaders: Sick of sketchy download sites and questionable software? Same. That's why our extension lets you download TikTok videos without the need for any third-party downloaders. Less sketchiness, more videos!

3. Download liked videos: Just because you didn't make the TikTok doesn't mean you can't download it. With our extension, you can download liked videos from YOUR account. It's like having an all-access pass to the best TikToks on the app.

4. Provides download links: Want to download a video later? No problemo. Our extension provides download links so you can download videos at your own pace. It's like having a personal TikTok video library at your fingertips. (Access denied errors may show up due to recent TikTok API changes)

5. Privacy: Worried about your data being shared? Don't be! Our extension does everything within your browser, so your information stays where it belongs - with you.

So what are you waiting for? Download our TikTok video downloader extension today and start living your best TikTok life. 

The possibilities (and TikToks) are endless!


=== Change Log ===
v2.1.0
- Handle explore and FYP(experimental)
v2.0.1
- Fix empty video name bug.
- Ask users to rate the extension.
v2.0.0
- Download using the extension!!!!!
v1.5.2
- Remove activeTab permission that was not being used.
v1.5
- Fix bug causing the "copy all video links" button to disappear.
- Add FAQ message stating that I will not remove watermarks since I am incompetent.
v1.4
- Add ability to download only TikTok liked videos (personal liked videos)
- Introduced few more bugs
v1.3
- Allow downloading TikTok liked videos(with bugs)!                    

Informasi Dasar Ekstensi

Nama Easy TikTok Video Downloader Easy TikTok Video Downloader
ID fclobfmgolhdcfcmpbjahiiifilhamcg
URL Resmi https://chromewebstore.google.com/detail/easy-tiktok-video-downloa/fclobfmgolhdcfcmpbjahiiifilhamcg
Deskripsi Download liked videos or any tiktok account videos easily!
Ukuran File 33.8 KB
Jumlah Instalasi 576
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2023-07-01
Tanggal Publikasi 2021-12-22
Penilaian 2.63/5 Total 8 Penilaian
Pengembang DataZinc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy TikTok Video Downloader",
    "description": "Download liked videos or any tiktok account videos easily!",
    "version": "2.1.0",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.tiktok.com\/"
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "injex.js"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "injex.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}