Download Tiktok Videos

Download videos without watermark including musically, mp3 audio, profile picture from TikTok and Douyin.

Τι είναι το Download Tiktok Videos;

Το Download Tiktok Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pbion.com, και η κύρια λειτουργία του είναι "Download videos without watermark including musically, mp3 audio, profile picture from TikTok and Douyin.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Download Tiktok Videos

Λήψη αρχείων επέκτασης Download Tiktok Videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🚀 HOW DOES THIS TOOL WORK?

After you open this tool, a piece of code will be executed in the current tab. This code is responsible for analyzing the json code and find the id of the video currently displayed on the screen. Videos that do not appear in screen frames are ignored.

After finding the video, this tool continues to send a request to Tiktok to get the json data. The download button will then show up below each video and inside the tools window.

You can view avatars in the highest quality. Easily copy captions, user IDs, post IDs, and hashtags in posts.

Note: This tool only supports downloading files hosted by TikTok and Douyin.

🚀 WHAT CAN THIS TOOL DO?

☀ Download HD videos without watermark from Tiktok.
☀ Download music from Tiktok.
☀ Download Tiktok thumbnails.
☀ Download Tiktok profile picture.
☀ Allows you to use the mobile version of TikTok on your computer.
☀ Multi language.
☀ Suggest queries.
☀ Generate random keywords.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Download Tiktok Videos Download Tiktok Videos
ID lmpaldeeonfipdjobnobdokjjlpihonm
Επίσημο URL https://chromewebstore.google.com/detail/download-tiktok-videos/lmpaldeeonfipdjobnobdokjjlpihonm
Περιγραφή Download videos without watermark including musically, mp3 audio, profile picture from TikTok and Douyin.
Μέγεθος Αρχείου 542 KB
Αριθμός Εγκαταστάσεων 1,816
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2020-11-24
Ημερομηνία Δημοσίευσης 2020-11-24
Αξιολόγηση 1.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://pbion.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fbion.com/en/tiktok-downloader.html
Διεύθυνση URL της Σελίδας Βοήθειας https://fbion.com/en/tiktok-downloader.html#faq
URL της Σελίδας Πολιτικής Απορρήτου https://pbion.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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": 2,
    "name": "__MSG_extName__",
    "short_name": "Tiktok Downloader",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo64.png",
        "48": "img\/logo48.png",
        "16": "img\/logo16.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "analytics.js",
            "function.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fbion.com\/*"
            ],
            "js": [
                "fbion.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.iesdouyin.com\/*",
                "https:\/\/*.amemv.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "player.css"
            ],
            "js": [
                "parse.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/logo128.png",
            "64": "img\/logo64.png",
            "48": "img\/logo48.png",
            "16": "img\/logo16.png"
        },
        "default_title": "Downloader for Tiktok",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "https:\/\/suggestqueries.google.com\/*",
        "https:\/\/*.fbion.com\/*",
        "https:\/\/*.tiktok.com\/*",
        "https:\/\/*.akamaized.net\/*",
        "https:\/\/*.musical.ly\/*",
        "https:\/\/*.douyin.com\/*",
        "https:\/\/*.iesdouyin.com\/*",
        "https:\/\/*.amemv.com\/*",
        "https:\/\/*.zjcdn.com\/*",
        "http:\/\/*.zjcdn.com\/*",
        "https:\/\/*.ixigua.com\/*",
        "http:\/\/*.ixigua.com\/*",
        "https:\/\/*.snssdk.com\/*",
        "https:\/\/*.byteimg.com\/*",
        "https:\/\/*.tiktokcdn.com\/*"
    ],
    "web_accessible_resources": [
        "img\/*.svg",
        "parse.js",
        "player.css"
    ]
}