TikTok Downloader

This extension will allow you to download TikTok videos.

Wat is TikTok Downloader?

TikTok Downloader is een Chrome-extensie ontwikkeld door MARA Germany, en de belangrijkste functie is "This extension will allow you to download TikTok videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TikTok Downloader

Download TikTok Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to download the video from a currently opened TikTok tab.                    

Basisinformatie over de Extensie

Naam TikTok Downloader TikTok Downloader
ID nhegjalbjahgkbailmhflalaanckfmfh
Officiële URL https://chromewebstore.google.com/detail/tiktok-downloader/nhegjalbjahgkbailmhflalaanckfmfh
Beschrijving This extension will allow you to download TikTok videos.
Bestandsgrootte 9.08 KB
Aantal Installaties 3,501
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2022-01-27
Beoordeling 3.71/5 Totaal 7 Beoordelingen
Ontwikkelaar MARA Germany
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://mara.network/extensions
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok Downloader",
    "description": "This extension will allow you to download TikTok videos.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "downloads"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "history.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "content_security_policy": []
}