Video Downloader for TikTok

With one click you can download videos from TikTok.

Vad är Video Downloader for TikTok?

Video Downloader for TikTok är en Chrome-tillägg utvecklad av Extensions for Everyone, och dess huvudfunktion är "With one click you can download videos from TikTok.".

Tilläggsskärmbilder

screenshot

Ladda ner Video Downloader for TikTok-förlängningens CRX-fil

Ladda ner Video Downloader for TikTok-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Downloader for TikTok allows you to download videos & photos from the platform TikTok 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.                    

Grundläggande Information om Tillägg

Namn Video Downloader for TikTok Video Downloader for TikTok
ID mlldilpnfnhmfpcecoclfaflfaafbiho
Officiell webbadress https://chrome.google.com/webstore/detail/video-downloader-for-tikt/mlldilpnfnhmfpcecoclfaflfaafbiho
Beskrivning With one click you can download videos from TikTok.
Filstorlek 11.13 KB
Antal Installationer 16,580
Aktuell Version 4.0
Senast Uppdaterad 2021-02-12
Publiceringsdatum 2020-03-27
Betyg 2.23/5 Totalt 22 Betyg
Utvecklare Extensions for Everyone
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.tiktokdownloader.org
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader for TikTok",
    "version": "4.0",
    "description": "With one click you can download videos from TikTok.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}