TikTok Downloader

This extension will allow you to download TikTok videos.

Qu'est-ce que TikTok Downloader ?

TikTok Downloader est une extension Chrome développée par MARA Germany, et sa fonction principale est "This extension will allow you to download TikTok videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TikTok Downloader

Téléchargez les fichiers d'extension TikTok Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TikTok Downloader TikTok Downloader
ID nhegjalbjahgkbailmhflalaanckfmfh
URL Officiel https://chromewebstore.google.com/detail/tiktok-downloader/nhegjalbjahgkbailmhflalaanckfmfh
Description This extension will allow you to download TikTok videos.
Taille du Fichier 9.08 KB
Nombre d'Installations 3,501
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-27
Date de Publication 2022-01-27
Évaluation 3.71/5 Total 7 Évaluations
Développeur MARA Germany
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://mara.network/extensions
Langues Prises en Charge 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": []
}